public interface UserManagement
UserManagement
...Modifier and Type | Method and Description |
---|---|
void |
addMembers(Session session,
java.lang.String id,
java.lang.String[] membersUUID)
Adds the given memberships to the specified group.
|
java.lang.String |
getAuthorizableId(DocViewNode node)
Returns the id of the authorizable from the specified authorizable node
to be imported.
|
java.lang.String |
getAuthorizablePath(Session session,
java.lang.String name)
Returns the path of the authorizable or
null if not exists. |
boolean |
isAuthorizableNodeType(java.lang.String ntName)
Checks if the given node type name is used for a User node.
|
boolean isAuthorizableNodeType(java.lang.String ntName)
ntName
- the node type nametrue
if used for a User node.java.lang.String getAuthorizablePath(Session session, java.lang.String name)
null
if not exists.name
- the authorizable namesession
- the session to access the repositoryjava.lang.String getAuthorizableId(DocViewNode node)
node
- the authorizable import nodevoid addMembers(Session session, java.lang.String id, java.lang.String[] membersUUID)
session
- session to operate onid
- id of groupmembersUUID
- uuids of membersCopyright © 2010 - 2020 Adobe. All Rights Reserved