it.eng.rdlab.um.ldap.role.bean
Class LdapRoleModel
java.lang.Object
it.eng.rdlab.um.beans.GenericModel
it.eng.rdlab.um.role.beans.RoleModel
it.eng.rdlab.um.ldap.role.bean.LdapRoleModel
- All Implemented Interfaces:
- LdapModelConstants
public class LdapRoleModel
- extends it.eng.rdlab.um.role.beans.RoleModel
- implements LdapModelConstants
- Author:
- Ermanno Travaglino
| Methods inherited from class it.eng.rdlab.um.role.beans.RoleModel |
getDescription, getRoleId, getRoleName, setDescription, setRoleId, setRoleName |
| Methods inherited from class it.eng.rdlab.um.beans.GenericModel |
addObject, getId, getObject, getObjectMap, getStringObject, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_CLASS_ROLE
public static final String OBJECT_CLASS_ROLE
- See Also:
- Constant Field Values
ROLE_OCCUPANT
public static final String ROLE_OCCUPANT
- See Also:
- Constant Field Values
ROLE_CN
public static final String ROLE_CN
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
LdapRoleModel
public LdapRoleModel()
LdapRoleModel
public LdapRoleModel(it.eng.rdlab.um.role.beans.RoleModel roleModel)
LdapRoleModel
public LdapRoleModel(String roleDN,
String roleCN,
String description,
List<String> objectClasses)
setDN
public void setDN(String roleDN)
getDN
public String getDN()
getObjectClasses
public List<String> getObjectClasses()
addObjectClass
public void addObjectClass(String objectClassName)
addRoleOccupantDN
public void addRoleOccupantDN(String roleOccupantDN)
getRoleOccupantDNS
public List<String> getRoleOccupantDNS()
addExtraAttribute
public void addExtraAttribute(String name,
String value)
Copyright © 2013. All Rights Reserved.