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

12345

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/services/
H A DAuthNService.js260 serviceUrl: `${Constants.host}/${Constants.context}/json/users?_action=validateGoto`,
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DResourcePage.js300 // url: URLHelper.substitute("__api__/users/__username__/oauth2/resourcesets/" + args[0]),
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DEmbeddedOServerService.java260 configuration.users = new OServerUserConfiguration[]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java1255 Iterator users = results.iterator();
1256 if (users.hasNext()) {
1257 amIdentity = (AMIdentity) users.next();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java1205 Iterator users = results.iterator();
1206 if (users.hasNext()) {
1207 amIdentity = (AMIdentity) users.next();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java185 * @param users collection of users for who the ACI applies.
192 QualifiedCollection targetAttributes, Collection users,
198 setUsers(users);
368 * Sets the collection of users to whom the ACI apllies
370 * @param users
371 * the collection of users to whom the ACI apllies
375 public void setUsers(Collection users) { argument
376 _users = users;
380 * Gets the collection of users t
191 ACI(String name, String target, String targetFilter, QualifiedCollection targetAttributes, Collection users, QualifiedCollection permissions) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java185 * @param users collection of users for who the ACI applies.
192 QualifiedCollection targetAttributes, Collection users,
198 setUsers(users);
368 * Sets the collection of users to whom the ACI apllies
370 * @param users
371 * the collection of users to whom the ACI apllies
375 public void setUsers(Collection users) { argument
376 _users = users;
380 * Gets the collection of users t
191 ACI(String name, String target, String targetFilter, QualifiedCollection targetAttributes, Collection users, QualifiedCollection permissions) argument
[all...]
/forgerock/opendj2/ext/ant/bin/
H A Dant.bat105 rem check for ant in C:\ant for Win9X users
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dant.bat105 rem check for ant in C:\ant for Win9X users
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant.bat105 rem check for ant in C:\ant for Win9X users
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant.bat105 rem check for ant in C:\ant for Win9X users
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant.bat105 rem check for ant in C:\ant for Win9X users
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationImpl.java298 * attribute-value pairs to match when searching users
327 * attribute-value pairs to match when searching users
755 * attribute-value pairs to match when searching users
782 * attribute-value pairs to match when searching users
1814 * attribute-value pairs to match when searching users
1843 * attribute-value pairs to match when searching users
2089 * attribute-value pairs to match when searching users
2120 * attribute-value pairs to match when searching users
2259 * attribute-value pairs to match when searching users
2290 * attribute-value pairs to match when searching users
2499 deleteUsers(Set users) argument
[all...]
H A DAMOrganizationalUnitImpl.java693 * attribute-value pairs to match when searching users
720 * attribute-value pairs to match when searching users
1834 * attribute-value pairs to match when searching users
1864 * attribute-value pairs to match when searching users
2002 * attribute-value pairs to match when searching users
2033 * attribute-value pairs to match when searching users
2055 * Creates users in this organizational unit. For each user the, object
2062 * @param users
2098 * Creates users and initializes their attributes.For each user the, object
2106 * @param users
2153 deleteUsers(Set users) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationImpl.java298 * attribute-value pairs to match when searching users
327 * attribute-value pairs to match when searching users
755 * attribute-value pairs to match when searching users
782 * attribute-value pairs to match when searching users
1814 * attribute-value pairs to match when searching users
1843 * attribute-value pairs to match when searching users
2089 * attribute-value pairs to match when searching users
2120 * attribute-value pairs to match when searching users
2259 * attribute-value pairs to match when searching users
2290 * attribute-value pairs to match when searching users
2499 deleteUsers(Set users) argument
[all...]
H A DAMOrganizationalUnitImpl.java693 * attribute-value pairs to match when searching users
720 * attribute-value pairs to match when searching users
1834 * attribute-value pairs to match when searching users
1864 * attribute-value pairs to match when searching users
2002 * attribute-value pairs to match when searching users
2033 * attribute-value pairs to match when searching users
2055 * Creates users in this organizational unit. For each user the, object
2062 * @param users
2098 * Creates users and initializes their attributes.For each user the, object
2106 * @param users
2153 deleteUsers(Set users) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java681 Map<String, String> users = MonitoringUtil.getMonAuthList(monAuthFilePath);
682 if (users != null) {
683 AuthInfo authInfo[] = new AuthInfo[users.size()];
685 for (Map.Entry<String, String> entry : users.entrySet()) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java682 Map<String, String> users = MonitoringUtil.getMonAuthList(monAuthFilePath);
683 if (users != null) {
684 AuthInfo authInfo[] = new AuthInfo[users.size()];
686 for (Map.Entry<String, String> entry : users.entrySet()) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java3575 Set users = amobj.search(AMConstants.SCOPE_SUB,
3580 if (users != null && users.size() == 1) {
3581 String userDN = (String) users.iterator().next();
3587 if ((users != null) && !users.isEmpty()) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java3575 Set users = amobj.search(AMConstants.SCOPE_SUB,
3580 if (users != null && users.size() == 1) {
3581 String userDN = (String) users.iterator().next();
3587 if ((users != null) && !users.isEmpty()) {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java684 throw new ConflictException("Multiple users found");
1225 List<String> users = identityServices.search(new CrestQuery(queryId),
1231 for (final String user : users) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java681 throw new ConflictException("Multiple users found");
1217 List<String> users = identityServices.search(new CrestQuery(queryId),
1223 for (final String user : users) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less182 .@{fa-css-prefix}-users:before { content: @fa-var-users; }
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 148 milliseconds

12345