|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractLdapBean
org.ldaptive.LdapAttribute
org.ldaptive.ad.UnicodePwdAttribute
public class UnicodePwdAttribute
Helper class for the active directory unicodePwd attribute. Configures a
binary attribute of that name and allows setting of the attribute value using
a string. See UnicodePwdValueTranscoder.
| Constructor Summary | |
|---|---|
UnicodePwdAttribute()
Default constructor. |
|
UnicodePwdAttribute(String... values)
Creates a new unicode pwd attribute. |
|
| Method Summary | |
|---|---|
void |
addStringValue(String... value)
Adds the supplied string as a value for this attribute. |
Collection<String> |
getStringValues()
Returns the values of this attribute as strings. |
void |
removeStringValue(String... value)
Removes the supplied value from the attribute values if it exists. |
| Methods inherited from class org.ldaptive.LdapAttribute |
|---|
addBinaryValue, addBinaryValues, addStringValues, addValue, addValues, clear, createLdapAttribute, createSortBehaviorCollection, escapeValue, getBinaryValue, getBinaryValues, getName, getName, getOptions, getStringValue, getValue, getValues, hashCode, isBinary, removeBinaryValue, removeBinaryValues, removeStringValues, setName, size, toString |
| Methods inherited from class org.ldaptive.AbstractLdapBean |
|---|
equals, getSortBehavior |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnicodePwdAttribute()
public UnicodePwdAttribute(String... values)
values - of this attribute| Method Detail |
|---|
public Collection<String> getStringValues()
getStringValues in class LdapAttributepublic void addStringValue(String... value)
addStringValue in class LdapAttributevalue - to addpublic void removeStringValue(String... value)
removeStringValue in class LdapAttributevalue - to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||