public abstract class LDAPIdentityType extends LDAPAttributedType implements org.picketlink.idm.model.IdentityType
Base class for LDAP IdentityType entries.
| Constructor and Description |
|---|
LDAPIdentityType(String dnSuffix) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getDN() |
Date |
getExpirationDate() |
org.picketlink.idm.model.Partition |
getPartition() |
boolean |
isEnabled() |
void |
setCreatedDate(Date createdDate) |
void |
setEnabled(boolean enabled) |
void |
setExpirationDate(Date expirationDate) |
void |
setPartition(org.picketlink.idm.model.Partition partition) |
getAttribute, getAttributes, getCustomAttributes, getId, removeAttribute, setAttribute, setCustomAttributes, setIdaddMember, getAttributeForBinding, getBidingName, getDN, getDnSuffix, getLDAPAttributes, isMember, removeMember, setDnSuffix, setLDAPAttributespublic LDAPIdentityType(String dnSuffix)
public boolean isEnabled()
isEnabled in interface org.picketlink.idm.model.IdentityTypepublic void setEnabled(boolean enabled)
setEnabled in interface org.picketlink.idm.model.IdentityTypepublic Date getExpirationDate()
getExpirationDate in interface org.picketlink.idm.model.IdentityTypepublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface org.picketlink.idm.model.IdentityTypepublic Date getCreatedDate()
getCreatedDate in interface org.picketlink.idm.model.IdentityTypepublic void setCreatedDate(Date createdDate)
setCreatedDate in interface org.picketlink.idm.model.IdentityTypepublic org.picketlink.idm.model.Partition getPartition()
getPartition in interface org.picketlink.idm.model.IdentityTypepublic void setPartition(org.picketlink.idm.model.Partition partition)
setPartition in interface org.picketlink.idm.model.IdentityTypeCopyright © 2013. All Rights Reserved.