public class DynamicRoleEntity extends RoleEntity
ORGANIZATION, OWNERPARENT| Constructor and Description |
|---|
DynamicRoleEntity(DirectoryObject dynamicRole)
Constructs a DynamicRoleEntity, with a DirectoryObject.
|
DynamicRoleEntity(DynamicRole dynamicRole)
Constructs a DynamicRoleEntity with a value object.
|
DynamicRoleEntity(ObjectProfile profile,
DirectoryObject dynamicRole)
Constructs a DynamicRoleEntity with a object profile and value object.
|
addMemberRole, deleteMemberRole, getAccessInfo, getAllAssignmentAttributes, getAssignmentAttributes, getMemberRoles, getMembers, getMembers, getOrganization, getOwner, getOwnerObjects, getParentRoles, isAssignmentAttributeInUse, moveOrgRole, remove, setAssignmentAttributes, update, updateequals, getDirectoryObject, getDistinguishedName, getEntity, getLifecycle, getObjectCategory, getParent, getParentDN, getProfile, getRelationship, getSortValue, getSupportedRelationships, hashCode, initialize, initialize, isSupportedRelationship, remove, setLifecycle, toStringpublic DynamicRoleEntity(DynamicRole dynamicRole)
dynamicRole - DynamicRole object holding the attributes of the
dynamic role.public DynamicRoleEntity(DirectoryObject dynamicRole)
dynamicRole - DirectoryObject object holding the attributes of the
dynamic role.public DynamicRoleEntity(ObjectProfile profile, DirectoryObject dynamicRole)
profile - ObjectProfile of the role.dynamicRole - DirectoryObject object holding the attributes of the
dynamic role.