Class NettyHttpSecurityConfiguration
java.lang.Object
org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
Security configuration for the
NettyHttpConsumer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.LoggingLevelgetRealm()booleanvoidsetAuthenticate(boolean authenticate) Whether to enable authenticationvoidsetConstraint(String constraint) The supported restricted.voidsetLoginDeniedLoggingLevel(org.apache.camel.LoggingLevel loginDeniedLoggingLevel) Sets a logging level to use for logging denied login attempts (incl stacktraces)voidSets the name of the realm to use.voidsetSecurityAuthenticator(SecurityAuthenticator securityAuthenticator) Sets theSecurityAuthenticatorto use for authenticating theHttpPrincipal.voidsetSecurityConstraint(SecurityConstraint securityConstraint) Sets aSecurityConstraintto use for checking if a web resource is restricted or not
-
Constructor Details
-
NettyHttpSecurityConfiguration
public NettyHttpSecurityConfiguration()
-
-
Method Details
-
isAuthenticate
public boolean isAuthenticate() -
setAuthenticate
public void setAuthenticate(boolean authenticate) Whether to enable authentication -
getConstraint
-
setConstraint
The supported restricted. Currently only Basic is supported. -
getRealm
-
setRealm
Sets the name of the realm to use. -
getSecurityConstraint
-
setSecurityConstraint
Sets aSecurityConstraintto use for checking if a web resource is restricted or not By default this is null, which means all resources is restricted. -
getSecurityAuthenticator
-
setSecurityAuthenticator
Sets theSecurityAuthenticatorto use for authenticating theHttpPrincipal. -
getLoginDeniedLoggingLevel
public org.apache.camel.LoggingLevel getLoginDeniedLoggingLevel() -
setLoginDeniedLoggingLevel
public void setLoginDeniedLoggingLevel(org.apache.camel.LoggingLevel loginDeniedLoggingLevel) Sets a logging level to use for logging denied login attempts (incl stacktraces) This level is by default DEBUG.
-