Searched defs:roleDN (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java132 * @param roleDN
141 public void assignRole(String roleDN) throws AMException, SSOException; argument
160 * @param roleDN
169 public void removeRole(String roleDN) throws AMException, SSOException; argument
H A DAMUserImpl.java221 * @param roleDN
224 public void assignRole(String roleDN) throws AMException, SSOException { argument
229 dsServices.modifyMemberShip(super.token, userDNs, roleDN, ROLE,
246 * @param roleDN
249 public void removeRole(String roleDN) throws AMException, SSOException { argument
254 dsServices.modifyMemberShip(super.token, userDNs, roleDN, ROLE,
H A DAMStoreConnection.java484 * @param roleDN
490 public AMFilteredRole getFilteredRole(String roleDN) throws SSOException { argument
491 AMFilteredRole role = new AMFilteredRoleImpl(this.token, roleDN);
867 * @param roleDN
873 public AMRole getRole(String roleDN) throws SSOException { argument
874 AMRole role = new AMRoleImpl(this.token, roleDN);
H A DAMObjectImpl.java2301 * @param roleDN
2310 protected Set replaceAciListMacros(Set aciSet, String roleDN, String orgDN, argument
2317 resultSet.add(replaceAciMacros((String) iter.next(), roleDN, orgDN,
2347 protected String replaceAciMacros(String aci, String roleDN, String orgDN, argument
2351 result = replaceAciMacro(aci, "ROLENAME", roleDN);
2622 String roleDN = AMNamingAttrManager.getNamingAttr(ROLE) + "="
2624 AMRoleImpl gRole = new AMRoleImpl(token, roleDN);
2643 + "ldap:///" + roleDN + "\";)";
2907 String roleDN;
2911 roleDN
2922 createAdminRole(String permission, String orgDN, String roleDN) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java132 * @param roleDN
141 public void assignRole(String roleDN) throws AMException, SSOException; argument
160 * @param roleDN
169 public void removeRole(String roleDN) throws AMException, SSOException; argument
H A DAMUserImpl.java221 * @param roleDN
224 public void assignRole(String roleDN) throws AMException, SSOException { argument
229 dsServices.modifyMemberShip(super.token, userDNs, roleDN, ROLE,
246 * @param roleDN
249 public void removeRole(String roleDN) throws AMException, SSOException { argument
254 dsServices.modifyMemberShip(super.token, userDNs, roleDN, ROLE,
H A DAMStoreConnection.java486 * @param roleDN
492 public AMFilteredRole getFilteredRole(String roleDN) throws SSOException { argument
493 AMFilteredRole role = new AMFilteredRoleImpl(this.token, roleDN);
869 * @param roleDN
875 public AMRole getRole(String roleDN) throws SSOException { argument
876 AMRole role = new AMRoleImpl(this.token, roleDN);
H A DAMObjectImpl.java2302 * @param roleDN
2311 protected Set replaceAciListMacros(Set aciSet, String roleDN, String orgDN, argument
2318 resultSet.add(replaceAciMacros((String) iter.next(), roleDN, orgDN,
2348 protected String replaceAciMacros(String aci, String roleDN, String orgDN, argument
2352 result = replaceAciMacro(aci, "ROLENAME", roleDN);
2623 String roleDN = AMNamingAttrManager.getNamingAttr(ROLE) + "="
2625 AMRoleImpl gRole = new AMRoleImpl(token, roleDN);
2644 + "ldap:///" + roleDN + "\";)";
2908 String roleDN;
2912 roleDN
2923 createAdminRole(String permission, String orgDN, String roleDN) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java163 // Obtain the role name from the roleDN
183 // Obtain the role name from the roleDN
207 * Method which verifies if the <code>roleDN</code> corresponds to an
218 * @param roleDN
227 String roleDN) throws AMException {
229 // Obtain the group corresponding to roleDN
230 DN dn = DN.valueOf(roleDN);
232 if (groupName != null) { // roleDN corresponds to an admin role
265 * Verifies if the <code>roleDN</code> corresponds to an admin role. If
274 * @param roleDN
226 verifyAndLinkRoleToGroup(SSOToken token, Guid[] membersGuid, String roleDN) argument
282 verifyAndUnLinkRoleToGroup(SSOToken token, Set members, String roleDN) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java163 // Obtain the role name from the roleDN
183 // Obtain the role name from the roleDN
207 * Method which verifies if the <code>roleDN</code> corresponds to an
218 * @param roleDN
227 String roleDN) throws AMException {
229 // Obtain the group corresponding to roleDN
230 DN dn = DN.valueOf(roleDN);
232 if (groupName != null) { // roleDN corresponds to an admin role
265 * Verifies if the <code>roleDN</code> corresponds to an admin role. If
274 * @param roleDN
226 verifyAndLinkRoleToGroup(SSOToken token, Guid[] membersGuid, String roleDN) argument
282 verifyAndUnLinkRoleToGroup(SSOToken token, Set members, String roleDN) argument
[all...]
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1350 * for nsRoleDN=roleDN.
1683 * @param roleDN The DN of the role.
1689 private void modifyRoleMembership(String roleDN, Set<String> memberDNs, int operation) throws IdRepoException { argument
1690 Attribute attr = new LinkedAttribute(roleDNAttr, roleDN);
1706 DEBUG.error("An error occurred while trying to modify role membership. Name: " + roleDN
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1361 * for nsRoleDN=roleDN.
1694 * @param roleDN The DN of the role.
1700 private void modifyRoleMembership(String roleDN, Set<String> memberDNs, int operation) throws IdRepoException { argument
1701 Attribute attr = new LinkedAttribute(roleDNAttr, roleDN);
1717 DEBUG.error("An error occurred while trying to modify role membership. Name: " + roleDN

Completed in 103 milliseconds