public abstract class LDAPAttributedType extends LDAPEntry implements org.picketlink.idm.model.AttributedType
Base class for LDAP AttributedType entries.
| Constructor and Description |
|---|
LDAPAttributedType(String dnSuffix) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
getAttribute(String name) |
Collection<org.picketlink.idm.model.Attribute<? extends Serializable>> |
getAttributes() |
LDAPCustomAttributes |
getCustomAttributes() |
String |
getId() |
void |
removeAttribute(String name) |
void |
setAttribute(org.picketlink.idm.model.Attribute<? extends Serializable> attribute) |
void |
setCustomAttributes(LDAPCustomAttributes customAttributes) |
void |
setId(String id) |
addMember, getAttributeForBinding, getBidingName, getDN, getDN, getDnSuffix, getLDAPAttributes, isMember, removeMember, setDnSuffix, setLDAPAttributespublic LDAPAttributedType(String dnSuffix)
public void setId(String id)
setId in interface org.picketlink.idm.model.AttributedTypepublic String getId()
getId in interface org.picketlink.idm.model.AttributedTypepublic void setAttribute(org.picketlink.idm.model.Attribute<? extends Serializable> attribute)
setAttribute in interface org.picketlink.idm.model.AttributedTypepublic void removeAttribute(String name)
removeAttribute in interface org.picketlink.idm.model.AttributedTypepublic <T extends Serializable> org.picketlink.idm.model.Attribute<T> getAttribute(String name)
getAttribute in interface org.picketlink.idm.model.AttributedTypepublic Collection<org.picketlink.idm.model.Attribute<? extends Serializable>> getAttributes()
getAttributes in interface org.picketlink.idm.model.AttributedTypepublic LDAPCustomAttributes getCustomAttributes()
public void setCustomAttributes(LDAPCustomAttributes customAttributes)
Copyright © 2013. All Rights Reserved.