Uses of Class
org.apache.camel.component.netty.http.HttpPrincipal

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

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

Methods in org.apache.camel.component.netty.http with parameters of type HttpPrincipal
 Subject SecurityAuthenticator.login(HttpPrincipal principal)
          Attempts to login the Principal on this realm.
 Subject JAASSecurityAuthenticator.login(HttpPrincipal principal)
           
 

Constructors in org.apache.camel.component.netty.http with parameters of type HttpPrincipal
SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler(HttpPrincipal principal)
           
 

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

Methods in org.apache.camel.component.netty.http.handlers that return HttpPrincipal
protected static HttpPrincipal HttpServerChannelHandler.extractBasicAuthSubject(org.jboss.netty.handler.codec.http.HttpRequest request)
          Extracts the username and password details from the HTTP basic header Authorization.
 

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



Apache Camel