Package | Description |
---|---|
org.apache.camel.component.netty.http | |
org.apache.camel.component.netty.http.handlers |
Modifier and Type | Method and Description |
---|---|
Subject |
SecurityAuthenticator.login(HttpPrincipal principal)
Attempts to login the
Principal on this realm. |
Subject |
JAASSecurityAuthenticator.login(HttpPrincipal principal) |
Constructor and Description |
---|
HttpPrincipalCallbackHandler(HttpPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
protected static HttpPrincipal |
HttpServerChannelHandler.extractBasicAuthSubject(io.netty.handler.codec.http.HttpRequest request)
Extracts the username and password details from the HTTP basic header Authorization.
|
Modifier and Type | Method and Description |
---|---|
protected Subject |
HttpServerChannelHandler.authenticate(SecurityAuthenticator authenticator,
org.apache.camel.LoggingLevel deniedLoggingLevel,
HttpPrincipal principal)
Authenticates the http basic auth subject.
|
Apache Camel