public abstract class AuthenticatorBean extends AdsBaseBean
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
authenticatorId
The authenticator id
|
protected java.lang.String |
baseDn
The base DN which will be the starting point from which we use the authenticator
|
| Constructor and Description |
|---|
AuthenticatorBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticatorId() |
java.lang.String |
getBaseDn() |
void |
setAuthenticatorId(java.lang.String authenticatorId) |
void |
setBaseDn(java.lang.String baseDn) |
getDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toString, toString, toString@ConfigurationElement(attributeType="ads-authenticatorId", isRdn=true) private java.lang.String authenticatorId
@ConfigurationElement(attributeType="ads-baseDn") protected java.lang.String baseDn
public java.lang.String getAuthenticatorId()
public void setAuthenticatorId(java.lang.String authenticatorId)
authenticatorId - the authenticatorId to setpublic java.lang.String getBaseDn()
public void setBaseDn(java.lang.String baseDn)
baseDn - the baseDn to set