Searched refs:users (Results 26 - 50 of 125) sorted by relevance

12345

/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeCLITest.java138 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-core/src/main/java/com/iplanet/am/sdk/
H A DAMPeopleContainer.java56 * 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 DAMFilteredRoleImpl.java53 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...]
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeCLITest.java138 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/openidm-v4/openidm-zip/src/main/resources/samples/workflow/
H A DREADME28 This sample demonstrates a typical use case of a workflow for provisioning new users and the self-service UI to finalize
45 2) Run reconciliation for roles and users
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java59 * users and conditions. The policy object is saved in the data store
114 private Subjects users = new Subjects(); field in class:Policy
312 // Get the users collection and instantiate Subjects
316 users = new Subjects(pm, subjectsNode);
655 return (users);
667 return users.getSubjectNames();
684 return users.getSubject(subjectName);
707 users.addSubject(name, subject, false);
788 users.addSubject(subjectName, stm.getSharedSubject(subjectName),
809 * policy applies to users wh
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java59 * users and conditions. The policy object is saved in the data store
114 private Subjects users = new Subjects(); field in class:Policy
312 // Get the users collection and instantiate Subjects
316 users = new Subjects(pm, subjectsNode);
655 return (users);
667 return users.getSubjectNames();
684 return users.getSubject(subjectName);
707 users.addSubject(name, subject, false);
788 users.addSubject(subjectName, stm.getSharedSubject(subjectName),
809 * policy applies to users wh
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js60 url: baseUrl + fetchUrl.default(`/users/${this.id}?_action=changePassword`),
92 url: baseUrl + fetchUrl.default(`/users/${this.id}`),
106 "url" : baseUrl + fetchUrl.default(`/users/${this.id}`),
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java133 // ???? Status attribute ??? is this status used for users, roles, groups,
153 "sun-opensso-database-config-users-search-attribute";
198 //list of attribute/column names for users
205 //idRepoService.xml, then may set the users status as always active
221 //attribute column name to be used in searches fro users
312 //Get the name of the database table for users
472 //get set of attribute/column names for users
726 Map users = Collections.EMPTY_MAP;
728 users = dao.getAttributes(name, userIDAttributeName, userAtttributesAllowed);
734 users
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/
H A DREADME42 All the samples assume an initial setup of managed users in OpenIDM. The users are organized as follows:
43 - there are 20 ordinary users: user.0 ... user.19 where
57 The following "special" users are defined:
64 In this step we import the users from OpenDJ to OpenIDM using reconciliation.
82 3. Query the managed users created by reconciliation
86 There should be 23 users created. The default password of the imported users is "Passw0rd".
183 The scan runs every minute, and checks the repository for users that have a sunrise date that is
197 The scan runs every minute, and checks the repository for users tha
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java134 // ???? Status attribute ??? is this status used for users, roles, groups,
154 "sun-opensso-database-config-users-search-attribute";
199 //list of attribute/column names for users
206 //idRepoService.xml, then may set the users status as always active
222 //attribute column name to be used in searches fro users
313 //Get the name of the database table for users
473 //get set of attribute/column names for users
727 Map users = Collections.EMPTY_MAP;
729 users = dao.getAttributes(name, userIDAttributeName, userAtttributesAllowed);
735 users
[all...]
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DAmAgentUserRegistry.java91 List users = new ArrayList();
93 users = getRealmUserRegistry().getUsers(pattern, limit);
97 result.setList(users);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A Drole.less19 #role-users {
85 #role-users {
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample9/
H A DREADME59 managed/users defined in the system. Only those you approved should be listed.
136 5. Query the managed users created by the asynchronous reconciliation after
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DBasePage.js63 RealmHelper.decorateURIWithRealm(`/${Constants.context}/json/__subrealm__/users/${
77 RealmHelper.decorateURIWithRealm(`/${Constants.context}/json/__subrealm__/users/${
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java79 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...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java79 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);
385 users
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMFilteredRoleImpl.java53 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 DAMRoleImpl.java91 * 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/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A Dgetavailableuserstoassign.js139 availableUsersToAssign = { users : [] };
144 availableUsersToAssign.users.push({_id: user._id, username: username, displayableName: getDisplayableOf(user)});
H A Dgettasksview.js34 users = {},
61 usersWhoCanBeAssignedToTaskResult = { users : [] };
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample3/tools/
H A DSchemaScript.groovy85 users Map.class, MULTIVALUED
H A DSearchScript.groovy210 users u
256 def dataCollector = [ gid: "", users: [] ]
266 attributes AttributeBuilder.build('users', dataCollector.users)
301 users : [ ]
306 dataCollector.users.add([
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample7/
H A DREADME28 This sample demonstrates using scripting to expose users according to a
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedazure/
H A DREADME29 read, update, and delete (CRUD) operations for groups and users. This sample requires a fresh install of OpenIDM.
333 This shows the basic CRUD operations on users and groups using Groovy and the Azure AD Graph API. To read

Completed in 63 milliseconds

12345