Uses of Interface
org.apache.camel.component.netty.http.SecurityAuthenticator
-
Packages that use SecurityAuthenticator Package Description org.apache.camel.component.netty.http org.apache.camel.component.netty.http.handlers -
-
Uses of SecurityAuthenticator in org.apache.camel.component.netty.http
Classes in org.apache.camel.component.netty.http that implement SecurityAuthenticator Modifier and Type Class Description classJAASSecurityAuthenticatorA JAAS basedSecurityAuthenticatorimplementation.classSecurityAuthenticatorSupportA base class forSecurityAuthenticator.Methods in org.apache.camel.component.netty.http that return SecurityAuthenticator Modifier and Type Method Description SecurityAuthenticatorNettyHttpSecurityConfiguration. getSecurityAuthenticator()Methods in org.apache.camel.component.netty.http with parameters of type SecurityAuthenticator Modifier and Type Method Description voidNettyHttpSecurityConfiguration. setSecurityAuthenticator(SecurityAuthenticator securityAuthenticator)Sets theSecurityAuthenticatorto use for authenticating theHttpPrincipal. -
Uses of SecurityAuthenticator in org.apache.camel.component.netty.http.handlers
Methods in org.apache.camel.component.netty.http.handlers with parameters of type SecurityAuthenticator Modifier and Type Method Description protected SubjectHttpServerChannelHandler. authenticate(SecurityAuthenticator authenticator, org.apache.camel.LoggingLevel deniedLoggingLevel, HttpPrincipal principal)Authenticates the http basic auth subject.
-