Interface SecurityHandlerWrapper


  • public interface SecurityHandlerWrapper
    This is a proxy interface for the Jetty Security Handler implementation.
    • Method Detail

      • createSecurityHandler

        org.eclipse.jetty.security.SecurityHandler createSecurityHandler()
                                                                  throws java.lang.Exception
        Create a security handler implementation.
        Returns:
        a Jetty SecurityHandler implementation
        Throws:
        java.lang.Exception - wrapping other exceptions.