public class HashInterceptorBean extends InterceptorBean
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
hashAlgorithm
The hash algorithm
|
private java.util.Set<java.lang.String> |
hashAttributes
The reference to the Password Policy component
|
| Constructor and Description |
|---|
HashInterceptorBean()
Creates a new AuthenticationInterceptorBean instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHashAttributes(java.lang.String[] hashAttributes) |
java.lang.String |
getHashAlgorithm() |
java.util.Set<java.lang.String> |
getHashAttributes() |
void |
setHashAlgorithm(java.lang.String hashAlgorithm) |
java.lang.String |
toString(java.lang.String tabs) |
compareTo, getInterceptorClassName, getInterceptorId, getInterceptorOrder, setInterceptorClassName, setInterceptorId, setInterceptorOrder, toStringgetDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toString@ConfigurationElement(attributeType="ads-hashAlgorithm", isOptional=true, defaultValue="SSHA-256") private java.lang.String hashAlgorithm
@ConfigurationElement(attributeType="ads-hashAttribute", isOptional=true, defaultValues="2.5.4.35") private java.util.Set<java.lang.String> hashAttributes
public HashInterceptorBean()
public void addHashAttributes(java.lang.String[] hashAttributes)
hashAttributes - The attributes that need to be hashedpublic java.lang.String getHashAlgorithm()
public java.util.Set<java.lang.String> getHashAttributes()
public void setHashAlgorithm(java.lang.String hashAlgorithm)
hashAlgorithm - The hash algorithm to usepublic java.lang.String toString(java.lang.String tabs)
toString in class InterceptorBean