public class UnicodePwdAttribute extends LdapAttribute
UnicodePwdValueTranscoder.| Constructor and Description |
|---|
UnicodePwdAttribute()
Default constructor.
|
UnicodePwdAttribute(String... values)
Creates a new unicode pwd attribute.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addBinaryValue, addBinaryValues, addStringValues, addValue, addValues, clear, createLdapAttribute, createSortBehaviorCollection, escapeValue, getBinaryValue, getBinaryValues, getName, getName, getOptions, getStringValue, getValue, getValues, hashCode, isBinary, removeBinaryValue, removeBinaryValues, removeStringValues, setName, size, toStringequals, getSortBehaviorpublic UnicodePwdAttribute()
public UnicodePwdAttribute(String... values)
values - of this attributepublic Collection<String> getStringValues()
LdapAttributegetStringValues in class LdapAttributepublic void addStringValue(String... value)
LdapAttributeaddStringValue in class LdapAttributevalue - to addpublic void removeStringValue(String... value)
LdapAttributeremoveStringValue in class LdapAttributevalue - to removeCopyright © 2023. All rights reserved.