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

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java75 HashSet attributeSet = new HashSet();
106 Iterator it = attributeSet.iterator();
116 attributeSet.add(attrToComplete);
126 Iterator it2 = attributeSet.iterator();
H A DmodifyAnAttribute.java74 HashSet attributeSet = new HashSet();
120 Iterator it = attributeSet.iterator();
130 attributeSet.add(attrToComplete);
148 attributeSet.add(attrToComplete);
157 Iterator it2 = attributeSet.iterator();
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java74 HashSet attributeSet = new HashSet();
105 Iterator it = attributeSet.iterator();
115 attributeSet.add(attrToComplete);
125 Iterator it2 = attributeSet.iterator();
H A DmodifyAnAttribute.java73 HashSet attributeSet = new HashSet();
119 Iterator it = attributeSet.iterator();
129 attributeSet.add(attrToComplete);
147 attributeSet.add(attrToComplete);
156 Iterator it2 = attributeSet.iterator();
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java75 HashSet attributeSet = new HashSet();
106 Iterator it = attributeSet.iterator();
116 attributeSet.add(attrToComplete);
126 Iterator it2 = attributeSet.iterator();
H A DmodifyAnAttribute.java74 HashSet attributeSet = new HashSet();
120 Iterator it = attributeSet.iterator();
130 attributeSet.add(attrToComplete);
148 attributeSet.add(attrToComplete);
157 Iterator it2 = attributeSet.iterator();
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java75 HashSet attributeSet = new HashSet();
106 Iterator it = attributeSet.iterator();
116 attributeSet.add(attrToComplete);
126 Iterator it2 = attributeSet.iterator();
H A DmodifyAnAttribute.java74 HashSet attributeSet = new HashSet();
120 Iterator it = attributeSet.iterator();
130 attributeSet.add(attrToComplete);
148 attributeSet.add(attrToComplete);
157 Iterator it2 = attributeSet.iterator();
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java74 HashSet attributeSet = new HashSet();
105 Iterator it = attributeSet.iterator();
115 attributeSet.add(attrToComplete);
125 Iterator it2 = attributeSet.iterator();
H A DmodifyAnAttribute.java73 HashSet attributeSet = new HashSet();
119 Iterator it = attributeSet.iterator();
129 attributeSet.add(attrToComplete);
147 attributeSet.add(attrToComplete);
156 Iterator it2 = attributeSet.iterator();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DProfileAttributeHelper.java84 Set attributeSet = (Set)userAttributesMap
86 if (attributeSet != null && attributeSet.size() > 0) {
87 result = (String) attributeSet.iterator().next();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealm.java191 HashSet attributeSet = new HashSet();
192 attributeSet.addAll(getDefaultPrivilegedAttributeSet());
232 attributeSet.add(origUUID);
234 attributeSet.add(mappedId);
238 attributeSet.add(universalId);
240 attributeSet.add(mappedId);
256 attributeSet);
260 true, attributeSet);
314 Set attributeSet) throws SSOException {
341 attributeSet
312 getMembershipsFromSessionAttributes( SSOToken ssoToken, Set attributeSet) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java290 boolean validateAttributes(Map<String, Set<String>> attributeSet, boolean encodePassword) argument
292 return (validateAttributes(attributeSet, encodePassword, null));
301 boolean validateAttributes(Map<String, Set<String>> attributeSet, boolean encodePassword, argument
303 return (validateAttributes(null, attributeSet, encodePassword, orgName));
312 boolean validateAttributes(SSOToken ssoToken, Map<String, Set<String>> attributeSet, boolean argument
314 return validateAttributes(ssoToken, attributeSet, encodePassword, orgName, false);
324 boolean validateAttributes(SSOToken ssoToken, Map<String, Set<String>> attributeSet, boolean argument
334 for (String attrName : attributeSet.keySet()) {
343 Set<String> vals = attributeSet.get(attrName);
355 * @param attributeSet Th
359 validateDefaults(Map<String, Set<String>> attributeSet) argument
[all...]
H A DServiceSchema.java740 * @param attributeSet
747 public boolean validateAttributes(Map attributeSet) throws SMSException { argument
749 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
758 * @param attributeSet
767 public boolean validateAttributes(Map attributeSet, String orgName) argument
770 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java279 boolean validateAttributes(Map attributeSet, boolean encodePassword) argument
281 return (validateAttributes(attributeSet, encodePassword, null));
290 boolean validateAttributes(Map attributeSet, boolean encodePassword, argument
292 return (validateAttributes(null, attributeSet, encodePassword, orgName));
301 boolean validateAttributes(SSOToken ssoToken, Map attributeSet, boolean argument
311 for (Iterator items = attributeSet.keySet().iterator();
323 Set vals = (Set) attributeSet.get(attrName);
H A DServiceSchema.java723 * @param attributeSet
730 public boolean validateAttributes(Map attributeSet) throws SMSException { argument
732 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
741 * @param attributeSet
750 public boolean validateAttributes(Map attributeSet, String orgName) argument
753 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientDAO.java317 Set<String> attributeSet = clientAttributeMap.get(attributeName);
318 if (attributeSet != null && !attributeSet.isEmpty() ) {
319 return attributeSet.iterator().next();
325 Set<String> attributeSet = clientAttributeMap.get(attributeName);
326 if (attributeSet != null) {
327 return unformattedSet(attributeSet);
H A DOpenAMOAuth2ProviderSettings.java241 Set<String> attributeSet = id.getAttribute(consentAttribute);
242 if (attributeSet != null) {
245 " in attribute:" + consentAttribute + " in realm:" + realm + " is:" + attributeSet);
249 for (String consent : attributeSet) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DClientDAO.java328 Set<String> attributeSet = clientAttributeMap.get(attributeName);
329 if (attributeSet != null && !attributeSet.isEmpty() ) {
330 return attributeSet.iterator().next();
336 Set<String> attributeSet = clientAttributeMap.get(attributeName);
337 if (attributeSet != null) {
338 return unformattedSet(attributeSet);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRealmOAuth2ProviderSettings.java287 Set<String> attributeSet = id.getAttribute(consentAttribute);
288 if (attributeSet != null) {
291 " in attribute:" + consentAttribute + " in realm:" + realm + " is:" + attributeSet);
295 for (String consent : attributeSet) {
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 138 milliseconds