void |
DataLayer.addAttributeValue(Principal principal,
Guid guid,
String name,
String value) |
Adds value for an attribute and saves the change in the database.
|
static void |
PersistentObject.addAttributeValue(SSOToken token,
Guid guid,
String name,
String value) |
Adds value for an attribute and saves the change in the database.
|
void |
DataLayer.addEntry(Principal principal,
Guid guid,
AttrSet attrSet) |
Adds entry to the server.
|
void |
AssignableDynamicGroup.addMember(Guid userGuid) |
Adds a member to the group.
|
void |
IAssignableMembership.addMember(Guid guid) |
Adds a member to the group.
|
void |
ManagedRole.addMember(Guid guid) |
Adds a member to the role.
|
void |
StaticGroup.addMember(Guid guid) |
Adds a member to the group.
|
void |
AssignableDynamicGroup.addMembers(Guid[] guids) |
Adds a list of members to the group.
|
void |
IAssignableMembership.addMembers(Guid[] guids) |
Adds a list of members to the group.
|
void |
ManagedRole.addMembers(Guid[] guids) |
Adds a list of members to the role.
|
void |
StaticGroup.addMembers(Guid[] guids) |
Adds a list of members to the group.
|
void |
Organization.addPeopleContainerRule(Guid guid,
String filter) |
Adds rule for determining which People Container the user is supposed to
be in.
|
void |
DataLayer.changePassword(Guid guid,
String attrName,
String oldPassword,
String newPassword) |
Changes user password.
|
void |
DataLayer.deleteEntry(Principal principal,
Guid guid) |
Delete entry from the server
|
boolean |
Guid.equals(Guid guid) |
Determines if the current Guid is equal to the specified Guid.
|
void |
EntityManager.execute(Principal principal,
PersistentObject pObject,
Guid pGUID) |
This method will use methods provided by ConfigManager to get "Structure
Template" information from the DIT.
|
AccessRightObject |
Resource.getAccessRight(Guid guid) |
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
AccessRightObject |
User.getAccessRight(Guid guid) |
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
Attr |
DataLayer.getAttribute(Principal principal,
Guid guid,
String attrName) |
Returns Attr from the given attribute name.
|
Collection<Attr> |
DataLayer.getAttributes(Principal principal,
Guid guid,
Collection<String> attrNames) |
Returns attributes for the given attribute names.
|
String[] |
DataLayer.getAttributeString(Principal principal,
Guid guid,
String attrName) |
Returns String values of the attribute.
|
Set |
ConfigManagerUMS.getConfigTemplateNames(Guid guid,
String template,
int lookup) |
|
AttrSet |
ConfigManagerUMS.getCreationTemplate(Guid guid,
String templateName,
int lookup) |
Returns Attribute Key-Value set of a CreationTemplate entry.
|
CreationTemplate |
TemplateManager.getCreationTemplate(Class cls,
Guid orgGuid) |
Given a class, gets the default creation template for the object.
|
CreationTemplate |
TemplateManager.getCreationTemplate(Class cls,
Guid orgGuid,
int scope) |
Returns default creation template of a given class.
|
CreationTemplate |
TemplateManager.getCreationTemplate(String name,
Guid orgGuid) |
Returns a template from a supplied template name.
|
CreationTemplate |
TemplateManager.getCreationTemplate(String name,
Guid orgGuid,
int scope) |
Returns a template from a supplied template name.
|
AttrSet |
ConfigManagerUMS.getCreationTemplateForClass(Guid guid,
String className,
int lookup) |
Returns the Attribute key-value pair of Creation templates under the
given organization by matching the the javaclass attribute
to the name provided.
|
Set |
ConfigManagerUMS.getCreationTemplateNames(Guid guid) |
Returns an array of the Creation Template names under the
given organization.
|
Set |
TemplateManager.getCreationTemplateNames(Guid orgGuid) |
Returns a set of known creation templates.
|
Set |
ConfigManagerUMS.getEntity(Guid guid,
String name) |
Returns the Attribute Key-Value set of a Structure Template
entry.
|
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid) |
Returns the persistent object of correct subclass, for the given id.
|
static PersistentObject |
UMSObject.getObject(SSOToken token,
Guid guid,
String[] attrNames) |
Returns the persistent object of correct subclass, for the given ID.
|
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid) |
|
static PersistentObject |
UMSObject.getObject(Principal principal,
Guid guid,
String[] attrNames) |
|
static PersistentObject |
UMSObject.getObjectHandle(SSOToken token,
Guid guid) |
Return a PersistentObject given an authenticated token and guid.
|
AttrSet |
ConfigManagerUMS.getSearchTemplate(Guid guid,
String templateName,
int lookup) |
Returns the Attribute Key-Value set of a Search or Creation
Template entry.
|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid) |
Returns a template from a supplied template name.
|
SearchTemplate |
TemplateManager.getSearchTemplate(String name,
Guid orgGuid,
int scope) |
Returns a template from a supplied template name.
|
Set |
ConfigManagerUMS.getSearchTemplateNames(Guid guid) |
Returns a set of the Search Template names under the given
organization.
|
Set |
TemplateManager.getSearchTemplateNames(Guid orgGuid) |
Returns a set of known search templates.
|
boolean |
AssignableDynamicGroup.hasMember(Guid guid) |
Returns true if a given identifier is a member of the
group.
|
boolean |
DynamicGroup.hasMember(Guid guid) |
Returns true if a given identifier is a member of the
group.
|
boolean |
FilteredRole.hasMember(Guid guid) |
Checks if a given identifier is a member of the role.
|
boolean |
IMembership.hasMember(Guid guid) |
Checks if a given identifier is a member of the group.
|
boolean |
ManagedRole.hasMember(Guid guid) |
Checks if a given identifier is a member of the role.
|
boolean |
StaticGroup.hasMember(Guid guid) |
Checks if a given identifier is a member of the group.
|
boolean |
StaticGroup.hasMember(Guid guid,
int level) |
Checks if a given identifier is a member of the group.
|
void |
DataLayer.modify(Principal principal,
Guid guid,
Collection<org.forgerock.opendj.ldap.Modification> modifications) |
Modifies an ldap entry.
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid) |
Read an ldap entry
|
AttrSet |
DataLayer.read(Principal principal,
Guid guid,
String[] attrNames) |
Reads an ldap entry.
|
void |
DataLayer.removeAttributeValue(Principal principal,
Guid guid,
String name,
String value) |
Removes value for an attribute and saves the change in the database.
|
static void |
PersistentObject.removeAttributeValue(SSOToken token,
Guid guid,
String name,
String value) |
Removes value for an attribute and saves the change in the database.
|
void |
PersistentObject.removeChild(Guid childGuid) |
Removes an object given its unique ID.
|
void |
AssignableDynamicGroup.removeMember(Guid guid) |
Removes a member from the group.
|
void |
IAssignableMembership.removeMember(Guid guid) |
Removes a member from the group.
|
void |
ManagedRole.removeMember(Guid guid) |
Removes a member from the group.
|
void |
StaticGroup.removeMember(Guid guid) |
Removes a member from the group.
|
static void |
UMSObject.removeObject(SSOToken token,
Guid guid) |
Removes an object identified by the given ID.
|
void |
Organization.removePeopleContainerRule(Guid guid,
String filter) |
Removes the rule applying to the given People Container guid with the
given filter string.
|
void |
DataLayer.rename(Principal principal,
Guid guid,
String newName,
boolean deleteOldName) |
|
void |
ConfigManagerUMS.replaceCreationTemplate(Guid guid,
String templateName,
AttrSet attrSet) |
Replaces an existing template.
|
void |
TemplateManager.replaceCreationTemplate(CreationTemplate template,
Guid orgGuid) |
Replaces an existing CreationTemplate with the one specified.
|
SearchResults |
DataLayer.search(Principal principal,
Guid guid,
int scope,
String searchFilter,
String[] attrNames,
boolean attrOnly,
SearchControl searchControl) |
Performs synchronous search based on specified ldap filter.
|
SearchResults |
DataLayer.searchIDs(Principal principal,
Guid guid,
int scope,
String searchFilter,
SearchControl searchControl) |
Perform synchronous search based on specified ldap filter.
|
void |
Organization.setDefaultPeopleContainer(Guid guid) |
Sets the default People Container for user entries under the
organization.
|
protected void |
AssignableDynamicGroup.setGuid(Guid guid) |
Sets the GUID of the entity; used within the package.
|
protected void |
PersistentObject.setGuid(Guid guid) |
Sets the GUID of the entity; used within the package
|
void |
DynamicGroup.setSearchBase(Guid baseGuid) |
Sets the search base used to evaluate this dynamic group.
|
void |
IDynamicMembership.setSearchBase(Guid baseGuid) |
Sets the search base used to evaluate this dynamic group.
|
protected void |
DynamicGroup.setUrl(Guid baseGuid,
org.forgerock.opendj.ldap.Filter filter,
org.forgerock.opendj.ldap.SearchScope scope) |
Creates a new search definition; the change is not persistent until
save() is called.
|