public class LdapOrganizationModel extends it.eng.rdlab.um.group.beans.GroupModel implements LdapModelConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_CLASS_DOMAIN |
static String |
OBJECT_CLASS_ORGANIZATION |
static String |
ORGANIZATION_NAME |
OBJECT_CLASS_TOP, OBJECT_CLASSES| Constructor and Description |
|---|
LdapOrganizationModel() |
LdapOrganizationModel(String organizationDN,
String organizationName,
List<String> objectClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraAttribute(String name,
String value) |
void |
addObjectClass(String objectClassName) |
List<String> |
getObjectClasses() |
String |
getOrganizationDN() |
String |
getOrganizationName() |
void |
setOrganizationDN(String organizationDN) |
void |
setOrganizationName(String organizationName) |
getDescription, getGroupId, getGroupName, getParentGroupId, setDescription, setGroupId, setGroupName, setParentGroupIdpublic static final String OBJECT_CLASS_DOMAIN
public static final String OBJECT_CLASS_ORGANIZATION
public static final String ORGANIZATION_NAME
public void setOrganizationDN(String organizationDN)
public String getOrganizationDN()
public void setOrganizationName(String organizationName)
public String getOrganizationName()
public void addObjectClass(String objectClassName)
Copyright © 2014. All Rights Reserved.