Searched refs:guid (Results 1 - 25 of 57) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DIAssignableMembership.java43 * @param guid
48 public void addMember(Guid guid) throws UMSException; argument
75 * @param guid
80 public void removeMember(Guid guid) throws UMSException; argument
H A DIMembership.java55 * @return the guid unique identifier for a member
62 * @param guid
68 public boolean hasMember(Guid guid) throws UMSException; argument
H A DUMSObject.java49 * UMSObject.getObject( Context ctx, String guid );
50 * UMSObject.removeObject( Context ctx, String guid );
55 * UMSObject.getObject( java.security.Principal principal, String guid );
56 * UMSObject.removeObject(java.security.Principal principal, String guid);
79 * @param guid GUID identification of the object to get.
86 static public PersistentObject getObject(SSOToken token, Guid guid) argument
88 return getObject(token, guid, null);
97 * @param guid GUID identification of the object to get
107 Guid guid,
123 return getObject(principal, guid, attrName
105 getObject( SSOToken token, Guid guid, String[] attrNames ) argument
136 removeObject(SSOToken token, Guid guid) argument
152 getObject(Principal principal, Guid guid) argument
157 getObject(Principal principal, Guid guid, String[] attrNames) argument
210 getObjectHandle(SSOToken token, Guid guid) argument
[all...]
H A DOrganization.java67 * Constructs Organization from supplied session and guid identifying the
72 * @param guid
75 Organization(Principal principal, Guid guid) throws UMSException { argument
76 super(principal, guid);
190 * @return guid identifying roles object under the organization
231 * @return guid identifying People Container associated with the user, null
259 * @param guid
260 * guid of the People Container to which the rule is applied.
265 public void addPeopleContainerRule(Guid guid, String filter) argument
268 mt.addRule(guid, filte
283 removePeopleContainerRule(Guid guid, String filter) argument
299 setDefaultPeopleContainer(Guid guid) argument
[all...]
H A DOrganizationalUnit.java64 * Constructor of OrganizationalUnit from supplied session and guid
69 * @param guid
72 OrganizationalUnit(Principal principal, Guid guid) throws UMSException { argument
73 super(principal, guid);
H A DGuid.java40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
134 * @param guid
138 public boolean equals(Guid guid) { argument
139 return _dn.equals(DN.valueOf(guid.getDn()));
H A DResource.java64 * Construct user entry from session and a given guid.
68 * @param guid
71 Resource(Principal principal, Guid guid) throws UMSException { argument
72 super(principal, guid);
131 * user's roles. The aggregation will only include from the 'guid' parameter
134 * @param guid
140 public AccessRightObject getAccessRight(Guid guid) throws UMSException, argument
148 + guid.getDn());
150 DN guidDn = DN.valueOf(guid.getDn());
H A DUser.java65 * Construct user entry from session and a given guid.
69 * @param guid
72 User(Principal principal, Guid guid) throws UMSException { argument
73 super(principal, guid);
145 * @return String representation of guid for the group(s) that the user is a
164 * user's roles. The aggregation will only include from the 'guid' parameter
167 * @param guid
173 public AccessRightObject getAccessRight(Guid guid) throws UMSException, argument
181 + guid.getDn());
183 DN guidDn = DN.valueOf(guid
[all...]
H A DStaticGroup.java88 * @param guid
94 StaticGroup(Principal principal, Guid guid) throws UMSException { argument
95 super(principal, guid);
137 * @param guid
143 public void addMember(Guid guid) throws UMSException { argument
145 String id = guid.getDn();
150 entry = UMSObject.getObject(getPrincipal(), guid);
374 * @param guid
380 public void removeMember(Guid guid) throws UMSException { argument
381 String dn = guid
428 hasMember(Guid guid) argument
464 hasMember(Guid guid, int level) argument
[all...]
H A DManagedRole.java168 * @param guid Globally unique identifier for the member to be added.
172 public void addMember(Guid guid) throws UMSException { argument
179 DataLayer.getInstance().addAttributeValue(principal, guid,
230 Guid guid = new Guid(tdn.toString());
232 return DataLayer.getInstance().search(principal, guid,
260 Guid guid = new Guid(dn.toString());
263 guid,
372 * @param guid
378 public void removeMember(Guid guid) throws UMSException { argument
385 DataLayer.getInstance().removeAttributeValue(principal, guid,
413 hasMember(Guid guid) argument
[all...]
H A DPCMappingTable.java80 Guid guid = new Guid("ou=" + MAPPINGTABLE_ENTRYNAME + ","
82 po.setGuid(guid);
97 * @return guid identifying People Container associated with the user, null
114 String guid = attr.getName();
131 return guid;
147 * @param guid
148 * guid of the People Container which the rule is applied to
152 public void addRule(Guid guid, String filter) throws UMSException { argument
153 DataLayer.getInstance().addAttributeValue(_principal, _mappingGuid, guid.getDn(), filter);
158 * People Container guid
167 removeRule(Guid guid, String filter) argument
179 setDefault(Guid guid) argument
[all...]
H A DFilteredRole.java172 Guid guid = getGuid();
173 String base = guid.getDn();
206 Guid guid = getGuid();
207 String base = guid.getDn();
310 * on failure to read object for guid
319 * @param guid
320 * guid of the member to be checked for membership
323 * on failure to read object for guid
327 public boolean hasMember(Guid guid) throws UMSException { argument
333 PersistentObject member = UMSObject.getObject(principal, guid);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DIAssignableMembership.java43 * @param guid
48 public void addMember(Guid guid) throws UMSException; argument
75 * @param guid
80 public void removeMember(Guid guid) throws UMSException; argument
H A DIMembership.java55 * @return the guid unique identifier for a member
62 * @param guid
68 public boolean hasMember(Guid guid) throws UMSException; argument
H A DUMSObject.java49 * UMSObject.getObject( Context ctx, String guid );
50 * UMSObject.removeObject( Context ctx, String guid );
55 * UMSObject.getObject( java.security.Principal principal, String guid );
56 * UMSObject.removeObject(java.security.Principal principal, String guid);
79 * @param guid GUID identification of the object to get.
86 static public PersistentObject getObject(SSOToken token, Guid guid) argument
88 return getObject(token, guid, null);
97 * @param guid GUID identification of the object to get
107 Guid guid,
123 return getObject(principal, guid, attrName
105 getObject( SSOToken token, Guid guid, String[] attrNames ) argument
136 removeObject(SSOToken token, Guid guid) argument
152 getObject(Principal principal, Guid guid) argument
157 getObject(Principal principal, Guid guid, String[] attrNames) argument
210 getObjectHandle(SSOToken token, Guid guid) argument
[all...]
H A DOrganization.java67 * Constructs Organization from supplied session and guid identifying the
72 * @param guid
75 Organization(Principal principal, Guid guid) throws UMSException { argument
76 super(principal, guid);
190 * @return guid identifying roles object under the organization
231 * @return guid identifying People Container associated with the user, null
259 * @param guid
260 * guid of the People Container to which the rule is applied.
265 public void addPeopleContainerRule(Guid guid, String filter) argument
268 mt.addRule(guid, filte
283 removePeopleContainerRule(Guid guid, String filter) argument
299 setDefaultPeopleContainer(Guid guid) argument
[all...]
H A DOrganizationalUnit.java64 * Constructor of OrganizationalUnit from supplied session and guid
69 * @param guid
72 OrganizationalUnit(Principal principal, Guid guid) throws UMSException { argument
73 super(principal, guid);
H A DGuid.java40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
134 * @param guid
138 public boolean equals(Guid guid) { argument
139 return _dn.equals(DN.valueOf(guid.getDn()));
H A DResource.java64 * Construct user entry from session and a given guid.
68 * @param guid
71 Resource(Principal principal, Guid guid) throws UMSException { argument
72 super(principal, guid);
131 * user's roles. The aggregation will only include from the 'guid' parameter
134 * @param guid
140 public AccessRightObject getAccessRight(Guid guid) throws UMSException, argument
148 + guid.getDn());
150 DN guidDn = DN.valueOf(guid.getDn());
H A DUser.java65 * Construct user entry from session and a given guid.
69 * @param guid
72 User(Principal principal, Guid guid) throws UMSException { argument
73 super(principal, guid);
145 * @return String representation of guid for the group(s) that the user is a
164 * user's roles. The aggregation will only include from the 'guid' parameter
167 * @param guid
173 public AccessRightObject getAccessRight(Guid guid) throws UMSException, argument
181 + guid.getDn());
183 DN guidDn = DN.valueOf(guid
[all...]
H A DStaticGroup.java88 * @param guid
94 StaticGroup(Principal principal, Guid guid) throws UMSException { argument
95 super(principal, guid);
137 * @param guid
143 public void addMember(Guid guid) throws UMSException { argument
145 String id = guid.getDn();
150 entry = UMSObject.getObject(getPrincipal(), guid);
374 * @param guid
380 public void removeMember(Guid guid) throws UMSException { argument
381 String dn = guid
428 hasMember(Guid guid) argument
464 hasMember(Guid guid, int level) argument
[all...]
H A DManagedRole.java168 * @param guid Globally unique identifier for the member to be added.
172 public void addMember(Guid guid) throws UMSException { argument
179 DataLayer.getInstance().addAttributeValue(principal, guid,
230 Guid guid = new Guid(tdn.toString());
232 return DataLayer.getInstance().search(principal, guid,
260 Guid guid = new Guid(dn.toString());
263 guid,
372 * @param guid
378 public void removeMember(Guid guid) throws UMSException { argument
385 DataLayer.getInstance().removeAttributeValue(principal, guid,
413 hasMember(Guid guid) argument
[all...]
H A DPCMappingTable.java80 Guid guid = new Guid("ou=" + MAPPINGTABLE_ENTRYNAME + ","
82 po.setGuid(guid);
97 * @return guid identifying People Container associated with the user, null
114 String guid = attr.getName();
131 return guid;
147 * @param guid
148 * guid of the People Container which the rule is applied to
152 public void addRule(Guid guid, String filter) throws UMSException { argument
153 DataLayer.getInstance().addAttributeValue(_principal, _mappingGuid, guid.getDn(), filter);
158 * People Container guid
167 removeRule(Guid guid, String filter) argument
179 setDefault(Guid guid) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/util/
H A DGuidUtils.java47 * Guid guid = new Guid("uid=joe,ou=People,o=iplanet.com");
49 * Guid orgGuid = GuidUtils.getOrgGuid(guid);
55 * @param guid
61 public static Guid getOrgGuid(Guid guid) { argument
62 String dn = guid.getDn();
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/util/
H A DGuidUtils.java47 * Guid guid = new Guid("uid=joe,ou=People,o=iplanet.com");
49 * Guid orgGuid = GuidUtils.getOrgGuid(guid);
55 * @param guid
61 public static Guid getOrgGuid(Guid guid) { argument
62 String dn = guid.getDn();

Completed in 118 milliseconds

123