/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/ |
H A D | onDelete-roles.js | 26 * Prevents roles from being deleted that are currently assigned to users 32 var users = openidm.query("managed/role/" + object._id + "/members", {"_queryFilter": "true"}, ["*"]).result; variable 34 if (users.length > 0) {
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAssignableDynamicGroup.java | 56 * Adds users to the assignable dynamic group. 58 * @param users 67 public void addUsers(Set users) throws AMException, SSOException; argument 70 * Removes users from the assignable dynamic group. 72 * @param users 81 public void removeUsers(Set users) throws AMException, SSOException; argument
|
H A D | AMAssignableDynamicGroupImpl.java | 50 * Adds users to the assignable dynamic group. 52 * @param users the set of user distinguished names to be added to the 58 public void addUsers(Set users) throws AMException, SSOException { argument 60 dsServices.modifyMemberShip(super.token, users, super.entryDN, 65 * Removes users from the assignable dynamic group. 67 * @param users The set of user distinguished names to be removed from the 73 public void removeUsers(Set users) throws AMException, SSOException { argument 75 dsServices.modifyMemberShip(super.token, users, super.entryDN,
|
H A D | AMStaticGroup.java | 53 * Adds users to the static group. 55 * @param users 63 public void addUsers(Set users) throws AMException, SSOException; argument 66 * Removes users from the static group. 68 * @param users 76 public void removeUsers(Set users) throws AMException, SSOException; argument
|
H A D | AMStaticGroupImpl.java | 50 * Adds users to the static group. 52 * @param users 55 public void addUsers(Set users) throws AMException, SSOException { argument 57 dsServices.modifyMemberShip(super.token, users, super.entryDN, GROUP, 62 * Removes users from the static group. 64 * @param users 67 public void removeUsers(Set users) throws AMException, SSOException { argument 69 dsServices.modifyMemberShip(super.token, users, super.entryDN, GROUP,
|
H A D | AMFilteredRoleImpl.java | 53 public void addUsers(Set users) throws UnsupportedOperationException { argument 58 * Removes users from the role. 60 * @param users 69 public void removeUsers(Set users) throws UnsupportedOperationException { argument 74 * Searches for users in this filtered role using wildcards and attribute 77 * names of users with matching attribute-value pairs will be returned. 82 * attribute-value pairs to match when searching users. 87 * @return Set distinguished name of users matching the search. 141 * Searches for users in this role using wildcards and attribute values. 144 * of users wit [all...] |
H A D | AMRole.java | 103 * Adds users to the role. 105 * @param users 114 public void addUsers(Set users) throws AMException, SSOException; argument 117 * Removes users from the role. 119 * @param users 128 public void removeUsers(Set users) throws AMException, SSOException; argument 131 * Gets number of users in the role. 133 * @return Number of users in the role. 144 * Gets the DNs of users in the role. 146 * @return The DNs of users i [all...] |
H A D | AMGroupImpl.java | 55 * Gets number of users in the group. 57 * @return Number of users in the group. 72 Set users = new HashSet(); 78 users.add(curr); 88 return users; 92 * Searches for users in this group using wildcards and attribute values. 139 private void extractUserDNs(String pattern, Set<String> users, Set<String> resultSet) throws AMException { argument 144 for (String user : users) { 154 * Searches for users in this group using wildcards. Wildcards can be 160 * attribute-value pairs to match when searching users [all...] |
H A D | AMRoleImpl.java | 91 * Adds users to the role. 93 * @param users 96 public void addUsers(Set users) throws AMException, SSOException { argument 98 dsServices.modifyMemberShip(super.token, users, super.entryDN, ROLE, 103 * Removes users from the role. 105 * @param users 108 public void removeUsers(Set users) throws AMException, SSOException { argument 110 dsServices.modifyMemberShip(super.token, users, super.entryDN, ROLE, 115 * Gets number of users in the role. 117 * @return Number of users i [all...] |
H A D | AMPeopleContainer.java | 56 * Creates users in this people container. For each user the, object classes 63 * @param users 72 public Set createUsers(Set users) throws AMException, SSOException; argument 75 * Creates users and initializes their attributes. For each user the, object 82 * @param users 92 public Set createUsers(Map users) throws AMException, SSOException; argument 95 * Creates users and initializes their attributes. 97 * @param users 101 * Set of service names assigned to the users where the key is 111 public Set createUsers(Map users, Se argument 152 deleteUsers(Set users) argument [all...] |
H A D | AMPeopleContainerImpl.java | 60 * Creates users in this people container. For each user the, object classes 67 * @param users 105 * Creates users and initializes their attributes. For each user the, object 112 * @param users 131 * Creates users and initializes their attributes.For each user the, object 138 * @param users 142 * Set of service names assigned to the users where the key is 279 * Removes users from the people container. 281 * @param users 284 public void deleteUsers(Set users) throw argument [all...] |
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/ |
H A D | getavailableuserstoassign.js | 139 availableUsersToAssign = { users : [] }; 144 availableUsersToAssign.users.push({_id: user._id, username: username, displayableName: getDisplayableOf(user)});
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAssignableDynamicGroup.java | 56 * Adds users to the assignable dynamic group. 58 * @param users 67 public void addUsers(Set users) throws AMException, SSOException; argument 70 * Removes users from the assignable dynamic group. 72 * @param users 81 public void removeUsers(Set users) throws AMException, SSOException; argument
|
H A D | AMAssignableDynamicGroupImpl.java | 50 * Adds users to the assignable dynamic group. 52 * @param users the set of user distinguished names to be added to the 58 public void addUsers(Set users) throws AMException, SSOException { argument 60 dsServices.modifyMemberShip(super.token, users, super.entryDN, 65 * Removes users from the assignable dynamic group. 67 * @param users The set of user distinguished names to be removed from the 73 public void removeUsers(Set users) throws AMException, SSOException { argument 75 dsServices.modifyMemberShip(super.token, users, super.entryDN,
|
H A D | AMStaticGroup.java | 53 * Adds users to the static group. 55 * @param users 63 public void addUsers(Set users) throws AMException, SSOException; argument 66 * Removes users from the static group. 68 * @param users 76 public void removeUsers(Set users) throws AMException, SSOException; argument
|
H A D | AMStaticGroupImpl.java | 50 * Adds users to the static group. 52 * @param users 55 public void addUsers(Set users) throws AMException, SSOException { argument 57 dsServices.modifyMemberShip(super.token, users, super.entryDN, GROUP, 62 * Removes users from the static group. 64 * @param users 67 public void removeUsers(Set users) throws AMException, SSOException { argument 69 dsServices.modifyMemberShip(super.token, users, super.entryDN, GROUP,
|
H A D | AMFilteredRoleImpl.java | 53 public void addUsers(Set users) throws UnsupportedOperationException { argument 58 * Removes users from the role. 60 * @param users 69 public void removeUsers(Set users) throws UnsupportedOperationException { argument 74 * Searches for users in this filtered role using wildcards and attribute 77 * names of users with matching attribute-value pairs will be returned. 82 * attribute-value pairs to match when searching users. 87 * @return Set distinguished name of users matching the search. 141 * Searches for users in this role using wildcards and attribute values. 144 * of users wit [all...] |
H A D | AMRole.java | 103 * Adds users to the role. 105 * @param users 114 public void addUsers(Set users) throws AMException, SSOException; argument 117 * Removes users from the role. 119 * @param users 128 public void removeUsers(Set users) throws AMException, SSOException; argument 131 * Gets number of users in the role. 133 * @return Number of users in the role. 144 * Gets the DNs of users in the role. 146 * @return The DNs of users i [all...] |
H A D | AMGroupImpl.java | 55 * Gets number of users in the group. 57 * @return Number of users in the group. 72 Set users = new HashSet(); 78 users.add(curr); 88 return users; 92 * Searches for users in this group using wildcards and attribute values. 139 private void extractUserDNs(String pattern, Set<String> users, Set<String> resultSet) throws AMException { argument 144 for (String user : users) { 154 * Searches for users in this group using wildcards. Wildcards can be 160 * attribute-value pairs to match when searching users [all...] |
H A D | AMRoleImpl.java | 91 * Adds users to the role. 93 * @param users 96 public void addUsers(Set users) throws AMException, SSOException { argument 98 dsServices.modifyMemberShip(super.token, users, super.entryDN, ROLE, 103 * Removes users from the role. 105 * @param users 108 public void removeUsers(Set users) throws AMException, SSOException { argument 110 dsServices.modifyMemberShip(super.token, users, super.entryDN, ROLE, 115 * Gets number of users in the role. 117 * @return Number of users i [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/ |
H A D | ServerGroup.java | 86 if (users == null) { 87 users = new ArrayList(); 89 users.add(obj); 174 * Defined in LDAPUser.java there are four types of users. 189 for (int i = 0; i < users.size(); i++) { 190 user = (LDAPUser) users.get(i); 211 for (int i = 0; i < users.size(); i++) { 214 buf.append(users.get(i).toString()); 247 List users = null; field in class:ServerGroup
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/ |
H A D | ServerGroup.java | 86 if (users == null) { 87 users = new ArrayList(); 89 users.add(obj); 174 * Defined in LDAPUser.java there are four types of users. 189 for (int i = 0; i < users.size(); i++) { 190 user = (LDAPUser) users.get(i); 211 for (int i = 0; i < users.size(); i++) { 214 buf.append(users.get(i).toString()); 247 List users = null; field in class:ServerGroup
|
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/entitlement/ |
H A D | ApplicationPrivilegeCLITest.java | 138 Set<AMIdentity> users = new HashSet<AMIdentity>(); 139 users.add(user1); 140 validateSubjects(ap, users, "createApplicationPrivilege"); 169 Set<AMIdentity> users, 173 if ((subjects == null) || (subjects.size() != users.size())) { 188 for (AMIdentity user : users) { 312 Set<AMIdentity> users = new HashSet<AMIdentity>(); 313 users.add(user2); 314 validateSubjects(ap, users, "setSubjects"); 349 Set<AMIdentity> users 167 validateSubjects( ApplicationPrivilege ap, Set<AMIdentity> users, String methodName) argument [all...] |
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/entitlement/ |
H A D | ApplicationPrivilegeCLITest.java | 138 Set<AMIdentity> users = new HashSet<AMIdentity>(); 139 users.add(user1); 140 validateSubjects(ap, users, "createApplicationPrivilege"); 169 Set<AMIdentity> users, 173 if ((subjects == null) || (subjects.size() != users.size())) { 188 for (AMIdentity user : users) { 312 Set<AMIdentity> users = new HashSet<AMIdentity>(); 313 users.add(user2); 314 validateSubjects(ap, users, "setSubjects"); 349 Set<AMIdentity> users 167 validateSubjects( ApplicationPrivilege ap, Set<AMIdentity> users, String methodName) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/ |
H A D | SMSAuthModule.java | 79 private static final Map<String, String> users = new ConcurrentSkipListMap<>(String.CASE_INSENSITIVE_ORDER); field in class:SMSAuthModule 99 private static final String USERS = "users"; 149 // reset so that internal users set will be reloaded later in time. 153 users.clear(); 220 // Load the internal users and try to get userDN 229 String hash = (String) users.get(username); 248 // Load the internal users and compare hashed passwords 251 + "Loading internal users"); 269 hash = (String) users.get(username); 382 users [all...] |