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, toString
equals, getSortBehavior
public UnicodePwdAttribute()
public UnicodePwdAttribute(String... values)
values
- of this attributepublic Collection<String> getStringValues()
LdapAttribute
getStringValues
in class LdapAttribute
public void addStringValue(String... value)
LdapAttribute
addStringValue
in class LdapAttribute
value
- to addpublic void removeStringValue(String... value)
LdapAttribute
removeStringValue
in class LdapAttribute
value
- to removeCopyright © 2023. All rights reserved.