Uses of Interface
org.apache.camel.component.netty.http.SecurityAuthenticator

Packages that use SecurityAuthenticator
org.apache.camel.component.netty.http   
org.apache.camel.component.netty.http.handlers   
 

Uses of SecurityAuthenticator in org.apache.camel.component.netty.http
 

Classes in org.apache.camel.component.netty.http that implement SecurityAuthenticator
 class JAASSecurityAuthenticator
          A JAAS based SecurityAuthenticator implementation.
 class SecurityAuthenticatorSupport
          A base class for SecurityAuthenticator.
 

Methods in org.apache.camel.component.netty.http that return SecurityAuthenticator
 SecurityAuthenticator NettyHttpSecurityConfiguration.getSecurityAuthenticator()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type SecurityAuthenticator
 void NettyHttpSecurityConfiguration.setSecurityAuthenticator(SecurityAuthenticator securityAuthenticator)
          Sets the SecurityAuthenticator to use for authenticating the HttpPrincipal.
 

Uses of SecurityAuthenticator in org.apache.camel.component.netty.http.handlers
 

Methods in org.apache.camel.component.netty.http.handlers with parameters of type SecurityAuthenticator
protected  Subject HttpServerChannelHandler.authenticate(SecurityAuthenticator authenticator, org.apache.camel.LoggingLevel deniedLoggingLevel, HttpPrincipal principal)
          Authenticates the http basic auth subject.
 



Apache Camel