Uses of Class
org.apache.camel.component.netty.http.HttpPrincipal
-
Packages that use HttpPrincipal Package Description 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 Modifier and Type Method Description SubjectJAASSecurityAuthenticator. login(HttpPrincipal principal)SubjectSecurityAuthenticator. login(HttpPrincipal principal)Attempts to login thePrincipalon this realm.Constructors in org.apache.camel.component.netty.http with parameters of type HttpPrincipal Constructor Description 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 Modifier and Type Method Description protected static HttpPrincipalHttpServerChannelHandler. extractBasicAuthSubject(io.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 Modifier and Type Method Description protected SubjectHttpServerChannelHandler. authenticate(SecurityAuthenticator authenticator, org.apache.camel.LoggingLevel deniedLoggingLevel, HttpPrincipal principal)Authenticates the http basic auth subject.
-