Uses of Interface
org.apache.camel.component.netty.http.SecurityAuthenticator
Packages that use SecurityAuthenticator
Package
Description
-
Uses of SecurityAuthenticator in org.apache.camel.component.netty.http
Classes in org.apache.camel.component.netty.http that implement SecurityAuthenticatorModifier and TypeClassDescriptionclassA JAAS basedSecurityAuthenticatorimplementation.classA base class forSecurityAuthenticator.Methods in org.apache.camel.component.netty.http that return SecurityAuthenticatorMethods in org.apache.camel.component.netty.http with parameters of type SecurityAuthenticatorModifier and TypeMethodDescriptionvoidNettyHttpSecurityConfiguration.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 SecurityAuthenticatorModifier and TypeMethodDescriptionprotected SubjectHttpServerChannelHandler.authenticate(SecurityAuthenticator authenticator, org.apache.camel.LoggingLevel deniedLoggingLevel, HttpPrincipal principal) Authenticates the http basic auth subject.