public class BasicAuthenticationConfig extends Object
| Constructor and Description |
|---|
BasicAuthenticationConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getForwardIdentityHttpHeader() |
JDBCIdentitySource |
getJdbcIdentity() |
LDAPIdentitySource |
getLdapIdentity() |
String |
getRealm() |
StaticIdentitySource |
getStaticIdentity() |
boolean |
isRequireTransportSecurity() |
void |
setForwardIdentityHttpHeader(String forwardIdentityHttpHeader) |
void |
setJdbcIdentity(JDBCIdentitySource jdbcIdentity) |
void |
setLdapIdentity(LDAPIdentitySource ldapIdentity) |
void |
setRealm(String realm) |
void |
setRequireTransportSecurity(boolean requireTransportSecurity) |
void |
setStaticIdentity(StaticIdentitySource staticIdentity) |
public StaticIdentitySource getStaticIdentity()
public void setStaticIdentity(StaticIdentitySource staticIdentity)
staticIdentity - the staticIdentity to setpublic String getRealm()
public void setRealm(String realm)
realm - the realm to setpublic String getForwardIdentityHttpHeader()
public void setForwardIdentityHttpHeader(String forwardIdentityHttpHeader)
forwardIdentityHttpHeader - the forwardIdentityHttpHeader to setpublic LDAPIdentitySource getLdapIdentity()
public void setLdapIdentity(LDAPIdentitySource ldapIdentity)
ldapIdentity - the ldapIdentity to setpublic JDBCIdentitySource getJdbcIdentity()
public void setJdbcIdentity(JDBCIdentitySource jdbcIdentity)
jdbcIdentity - the jdbcIdentity to setpublic boolean isRequireTransportSecurity()
public void setRequireTransportSecurity(boolean requireTransportSecurity)
requireTransportSecurity - the requireTransportSecurity to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.