Uses of Class
org.apache.camel.component.netty.http.HttpPrincipal
Packages that use HttpPrincipal
Package
Description
-
Uses of HttpPrincipal in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http with parameters of type HttpPrincipalModifier and TypeMethodDescriptionJAASSecurityAuthenticator.login
(HttpPrincipal principal) SecurityAuthenticator.login
(HttpPrincipal principal) Attempts to login thePrincipal
on this realm.Constructors in org.apache.camel.component.netty.http with parameters of type HttpPrincipal -
Uses of HttpPrincipal in org.apache.camel.component.netty.http.handlers
Methods in org.apache.camel.component.netty.http.handlers that return HttpPrincipalModifier and TypeMethodDescriptionprotected static HttpPrincipal
HttpServerChannelHandler.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 HttpPrincipalModifier and TypeMethodDescriptionprotected Subject
HttpServerChannelHandler.authenticate
(SecurityAuthenticator authenticator, org.apache.camel.LoggingLevel deniedLoggingLevel, HttpPrincipal principal) Authenticates the http basic auth subject.