Searched defs:users (Results 26 - 44 of 44) sorted by relevance

12

/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...]
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/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 DAMPeopleContainerImpl.java60 * 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...]
H A DAMOrganizationalUnit.java1611 * Creates users and initializes their attributes. For each user the, object
1618 * @param users
1628 public Set createUsers(Set users) throws AMException, SSOException; argument
1631 * Creates users and initializes their attributes.For each user the, object
1638 * @param users
1648 public Set createUsers(Map users) throws AMException, SSOException; argument
1651 * Deletes users from this organizational unit.
1653 * @param users
1663 public void deleteUsers(Set users) throws AMException, SSOException; argument
1666 * Gets the names (DNs) of users i
[all...]
H A DAMOrganization.java1907 * Creates users in this organization. For each user the, object classes
1914 * @param users
1923 public Set createUsers(Set users) throws AMException, SSOException; argument
1926 * Creates users and initializes their attributes. For each user the, object
1933 * @param users
1943 public Set createUsers(Map users) throws AMException, SSOException; argument
1972 * Deletes users from this organization.
1974 * @param users
1982 public void deleteUsers(Set users) throws AMException, SSOException; argument
1985 * Returns the names (DNs) of users i
[all...]
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/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/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...]
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-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationalUnit.java1611 * Creates users and initializes their attributes. For each user the, object
1618 * @param users
1628 public Set createUsers(Set users) throws AMException, SSOException; argument
1631 * Creates users and initializes their attributes.For each user the, object
1638 * @param users
1648 public Set createUsers(Map users) throws AMException, SSOException; argument
1651 * Deletes users from this organizational unit.
1653 * @param users
1663 public void deleteUsers(Set users) throws AMException, SSOException; argument
1666 * Gets the names (DNs) of users i
[all...]
H A DAMOrganization.java1907 * Creates users in this organization. For each user the, object classes
1914 * @param users
1923 public Set createUsers(Set users) throws AMException, SSOException; argument
1926 * Creates users and initializes their attributes. For each user the, object
1933 * @param users
1943 public Set createUsers(Map users) throws AMException, SSOException; argument
1972 * Deletes users from this organization.
1974 * @param users
1982 public void deleteUsers(Set users) throws AMException, SSOException; argument
1985 * Returns the names (DNs) of users i
[all...]
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/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/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 111 milliseconds

12