Package | Description |
---|---|
org.apache.camel.component.netty.http | |
org.apache.camel.component.netty.http.handlers |
Modifier and Type | Class and Description |
---|---|
class |
JAASSecurityAuthenticator
A JAAS based
SecurityAuthenticator implementation. |
class |
SecurityAuthenticatorSupport
A base class for
SecurityAuthenticator . |
Modifier and Type | Method and Description |
---|---|
SecurityAuthenticator |
NettyHttpSecurityConfiguration.getSecurityAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpSecurityConfiguration.setSecurityAuthenticator(SecurityAuthenticator securityAuthenticator)
Sets the
SecurityAuthenticator to use for authenticating the HttpPrincipal . |
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