Searched refs:users (Results 1 - 25 of 125) sorted by relevance

12345

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DonDelete-roles.js26 * 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) {
H A DonSync-assignments.js18 * If an assignment is sync'ed, this script will determine if users of any role with this assignment needs to also
25 * If shouldSyncUsers then this will call sync on all users of all roles that have the assignment that got sync'ed
36 var users=[];
42 users.push(user._ref);
47 _(users)
57 logger.debug("onSync-assignments will NOT call triggerSyncCheck the users", resourceName.toString());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAssignableDynamicGroup.java56 * 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 DAMStaticGroup.java53 * 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 DAMAssignableDynamicGroupImpl.java50 * 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 DAMStaticGroupImpl.java50 * 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 DAMRole.java103 * 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 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...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAssignableDynamicGroup.java56 * 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 DAMStaticGroup.java53 * 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 DAMAssignableDynamicGroupImpl.java50 * 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 DAMStaticGroupImpl.java50 * 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 DAMRole.java103 * 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...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/customview/
H A DSendNotificationProcess.js49 userDelegate.getAllUsers(_.bind(function(users) {
52 for (userPointer in users) {
53 user = users[userPointer];
56 this.data.users = resultMap;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DOAuthTokensService.js28 url: fetchUrl.default(`/users/${
37 `/users/${encodeURIComponent(Configuration.loggedUser.get("username"))}/oauth2/applications/${id}`),
H A DTrustedDevicesService.js27 url: fetchUrl.default(`/users/${Configuration.loggedUser.get("uid")}/devices/trusted/?_queryId=*`),
34 url: fetchUrl.default(`/users/${Configuration.loggedUser.get("uid")}/devices/trusted/${id}`),
H A DDeviceManagementService.js37 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath/${uuid}`),
53 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath?_action=skip`),
68 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath?_action=check`),
84 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath?_queryFilter=true`),
H A DPushDeviceService.jsm24 return `/users/${Configuration.loggedUser.get("uid")}/devices/push/`;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/services/
H A DUMAService.js40 url: fetchUrl.default(`/users/${
50 url: fetchUrl.default(`/users/${
63 url: fetchUrl.default(`/users/${
75 url: fetchUrl.default(`/users/${
83 url: fetchUrl.default(`/users/${
96 url: fetchUrl.default(`/users/${
106 url: fetchUrl.default(`/users/${
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DUsersService.jsm29 url: fetchUrl(`/users?_queryId=${id}*`, { realm: false }),
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java47 * and remove <code>Subject</code> objects from this users collection.
49 * <code>Subjects</code>, which identifies users to whom the
57 private Map users = new HashMap(); field in class:Subjects
154 // Add the subject to users collection
169 // Add the subject to users collection
177 * to hold collection of users represented as
192 * Returns the name for the collection of users
202 * Returns the description for the collection of users
214 * of users respresented as <code>Subject</code>.
226 * of users respresente
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java46 * and remove <code>Subject</code> objects from this users collection.
48 * <code>Subjects</code>, which identifies users to whom the
56 private Map users = new HashMap(); field in class:Subjects
153 // Add the subject to users collection
168 // Add the subject to users collection
176 * to hold collection of users represented as
191 * Returns the name for the collection of users
201 * Returns the description for the collection of users
213 * of users respresented as <code>Subject</code>.
225 * of users respresente
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleUsersView.js50 element: "#role-users",
63 this.model.users.fetch();
180 var rowdata = _.where(this.model.users.models,{ id: objectId })[0],
246 this.model.users = new UserCollection();
252 collection: _this.model.users,
274 collection: this.model.users,
282 this.model.users.getFirstPage();
300 this.model.users.on("backgrid:selected", _.bind(function (model, selected) {
304 this.model.users.on("backgrid:sort", BackgridUtils.doubleSortFix);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerGroup.java86 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 DServerGroup.java86 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

Completed in 121 milliseconds

12345