Searched refs:AccessRightObject (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java25 * $Id: AccessRightObject.java,v 1.3 2008/06/25 05:41:43 qcheng Exp $
40 public class AccessRightObject { class
52 public AccessRightObject() { method in class:AccessRightObject
67 public AccessRightObject(Collection readableAttributeNames, method in class:AccessRightObject
H A DResource.java136 * @return AccessRightObject associated with the user
140 public AccessRightObject getAccessRight(Guid guid) throws UMSException,
142 AccessRightObject aro = new AccessRightObject();
166 AccessRightObject right = role.getAccessRight();
H A DUser.java169 * @return AccessRightObject associated with the user
173 public AccessRightObject getAccessRight(Guid guid) throws UMSException,
175 AccessRightObject aro = new AccessRightObject();
199 AccessRightObject right = role.getAccessRight();
H A DBaseRole.java115 * @return AccessRightObject associated with the role
119 public AccessRightObject getAccessRight() throws UMSException,
163 return new AccessRightObject(null, null);
165 return new AccessRightObject(null, writePerm.getCollection());
169 return new AccessRightObject(readPerm.getCollection(), null);
171 return new AccessRightObject(readPerm.getCollection(),
186 public void newAccessRight(AccessRightObject accessRight)
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java25 * $Id: AccessRightObject.java,v 1.3 2008/06/25 05:41:43 qcheng Exp $
40 public class AccessRightObject { class
52 public AccessRightObject() { method in class:AccessRightObject
67 public AccessRightObject(Collection readableAttributeNames, method in class:AccessRightObject
H A DResource.java136 * @return AccessRightObject associated with the user
140 public AccessRightObject getAccessRight(Guid guid) throws UMSException,
142 AccessRightObject aro = new AccessRightObject();
166 AccessRightObject right = role.getAccessRight();
H A DUser.java169 * @return AccessRightObject associated with the user
173 public AccessRightObject getAccessRight(Guid guid) throws UMSException,
175 AccessRightObject aro = new AccessRightObject();
199 AccessRightObject right = role.getAccessRight();
H A DBaseRole.java115 * @return AccessRightObject associated with the role
119 public AccessRightObject getAccessRight() throws UMSException,
163 return new AccessRightObject(null, null);
165 return new AccessRightObject(null, writePerm.getCollection());
169 return new AccessRightObject(readPerm.getCollection(), null);
171 return new AccessRightObject(readPerm.getCollection(),
186 public void newAccessRight(AccessRightObject accessRight)

Completed in 33 milliseconds