public class LDAPCustomAttributes extends LDAPEntry
LDAPUser that does not map to LDAP managed attributes| Constructor and Description |
|---|
LDAPCustomAttributes()
For serialization purposes.
|
LDAPCustomAttributes(String dnSuffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Serializable value) |
void |
clear() |
Object |
getAttribute(String name) |
Map<String,Serializable> |
getAttributes() |
void |
removeAttribute(String key) |
addMember, getAttributeForBinding, getBidingName, getDN, getDN, getDnSuffix, getLDAPAttributes, isMember, removeMember, setDnSuffix, setLDAPAttributespublic LDAPCustomAttributes()
For serialization purposes. Usually, the constructor that expects a base DN should be used when manually creating instances.
public LDAPCustomAttributes(String dnSuffix)
public void addAttribute(String key, Serializable value)
public void removeAttribute(String key)
public Map<String,Serializable> getAttributes()
public void clear()
Copyright © 2013. All Rights Reserved.