Searched refs:userGuid (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DAssignableDynamicGroup.java192 * @param userGuid Globally unique identifier for the member to be added.
198 public void addMember(Guid userGuid) throws UMSException { argument
205 addMember(UMSObject.getObject(getPrincipal(), userGuid));
218 // check whether the userGuid is within the scope of memberUrl
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DAssignableDynamicGroup.java192 * @param userGuid Globally unique identifier for the member to be added.
198 public void addMember(Guid userGuid) throws UMSException { argument
205 addMember(UMSObject.getObject(getPrincipal(), userGuid));
218 // check whether the userGuid is within the scope of memberUrl

Completed in 338 milliseconds