Class ACLInterceptor

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerRequestFilter

    @Provider
    public class ACLInterceptor
    extends java.lang.Object
    implements javax.ws.rs.container.ContainerRequestFilter
    Author:
    Endi S. Dewata
    • Constructor Summary

      Constructors 
      Constructor Description
      ACLInterceptor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void audit​(LogEvent event)  
      protected void audit​(java.lang.String msg)
      Signed Audit Log This method is called to store messages to the signed audit log.
      void filter​(javax.ws.rs.container.ContainerRequestContext requestContext)  
      void loadProperties()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ACLInterceptor

        public ACLInterceptor()
    • Method Detail

      • loadProperties

        public void loadProperties()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • filter

        public void filter​(javax.ws.rs.container.ContainerRequestContext requestContext)
                    throws java.io.IOException
        Specified by:
        filter in interface javax.ws.rs.container.ContainerRequestFilter
        Throws:
        java.io.IOException
      • audit

        protected void audit​(java.lang.String msg)
        Signed Audit Log This method is called to store messages to the signed audit log.

        Parameters:
        msg - signed audit log message
      • audit

        protected void audit​(LogEvent event)