public static class NettyHttpComponentConfiguration.NettyHttpSecurityConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
NettyHttpSecurityConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAuthenticate() |
String |
getConstraint() |
org.apache.camel.LoggingLevel |
getLoginDeniedLoggingLevel() |
String |
getRealm() |
String |
getRoleClassName() |
org.apache.camel.component.netty.http.SecurityAuthenticator |
getSecurityAuthenticator() |
org.apache.camel.component.netty.http.SecurityConstraint |
getSecurityConstraint() |
void |
setAuthenticate(Boolean authenticate) |
void |
setConstraint(String constraint) |
void |
setLoginDeniedLoggingLevel(org.apache.camel.LoggingLevel loginDeniedLoggingLevel) |
void |
setRealm(String realm) |
void |
setRoleClassName(String roleClassName) |
void |
setSecurityAuthenticator(org.apache.camel.component.netty.http.SecurityAuthenticator securityAuthenticator) |
void |
setSecurityConstraint(org.apache.camel.component.netty.http.SecurityConstraint securityConstraint) |
public static final Class CAMEL_NESTED_CLASS
public NettyHttpSecurityConfigurationNestedConfiguration()
public Boolean getAuthenticate()
public void setAuthenticate(Boolean authenticate)
public String getConstraint()
public void setConstraint(String constraint)
public String getRealm()
public void setRealm(String realm)
public org.apache.camel.component.netty.http.SecurityConstraint getSecurityConstraint()
public void setSecurityConstraint(org.apache.camel.component.netty.http.SecurityConstraint securityConstraint)
public org.apache.camel.component.netty.http.SecurityAuthenticator getSecurityAuthenticator()
public void setSecurityAuthenticator(org.apache.camel.component.netty.http.SecurityAuthenticator securityAuthenticator)
public org.apache.camel.LoggingLevel getLoginDeniedLoggingLevel()
public void setLoginDeniedLoggingLevel(org.apache.camel.LoggingLevel loginDeniedLoggingLevel)
public String getRoleClassName()
public void setRoleClassName(String roleClassName)
Apache Camel