Searched refs:CaseInsensitiveHashSet (Results 26 - 50 of 64) sorted by relevance

123

/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java29 import com.sun.identity.common.CaseInsensitiveHashSet;
245 userAttributesAllowed = new CaseInsensitiveHashSet();
250 groupAttributesAllowed = new CaseInsensitiveHashSet();
255 roleAttributesAllowed = new CaseInsensitiveHashSet();
260 filteredRoleAttributesAllowed = new CaseInsensitiveHashSet();
770 ? new CaseInsensitiveHashSet(0) : new CaseInsensitiveHashSet(attrNames);
989 Set<String> missingOCs = new CaseInsensitiveHashSet();
1568 Set<String> results = new CaseInsensitiveHashSet();
1741 ocs = new CaseInsensitiveHashSet(oc
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java36 import com.sun.identity.common.CaseInsensitiveHashSet;
507 readableAttrNames = new CaseInsensitiveHashSet();
508 inAccessibleAttrNames = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java36 import com.sun.identity.common.CaseInsensitiveHashSet;
484 readableAttrNames = new CaseInsensitiveHashSet();
485 inAccessibleAttrNames = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java42 import com.sun.identity.common.CaseInsensitiveHashSet;
131 byteNegativeAttrs = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java45 import com.sun.identity.common.CaseInsensitiveHashSet;
87 private static Set subjectIdTypes = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java42 import com.sun.identity.common.CaseInsensitiveHashSet;
131 byteNegativeAttrs = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java42 import com.sun.identity.common.CaseInsensitiveHashSet;
84 private static Set subjectIdTypes = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java60 import com.sun.identity.common.CaseInsensitiveHashSet;
161 private Set hashAttributes = new CaseInsensitiveHashSet();
164 private Set encryptAttributes = new CaseInsensitiveHashSet();
345 CaseInsensitiveHashSet ocv =new CaseInsensitiveHashSet(ocs);
1092 Set attrNames = new CaseInsensitiveHashSet();
1588 Set nvalue = new CaseInsensitiveHashSet();
1634 Set nvalue = new CaseInsensitiveHashSet();
1667 Set nvalue = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java62 import com.sun.identity.common.CaseInsensitiveHashSet;
163 private Set hashAttributes = new CaseInsensitiveHashSet();
166 private Set encryptAttributes = new CaseInsensitiveHashSet();
347 CaseInsensitiveHashSet ocv =new CaseInsensitiveHashSet(ocs);
1094 Set attrNames = new CaseInsensitiveHashSet();
1590 Set nvalue = new CaseInsensitiveHashSet();
1636 Set nvalue = new CaseInsensitiveHashSet();
1669 Set nvalue = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java34 import com.sun.identity.common.CaseInsensitiveHashSet;
501 CaseInsensitiveHashSet asNames =
502 new CaseInsensitiveHashSet(ss.getAttributeSchemaNames());
H A DServiceSchemaImpl.java33 import com.sun.identity.common.CaseInsensitiveHashSet;
309 CaseInsensitiveHashSet asNames = new CaseInsensitiveHashSet();
H A DSMSEntry.java39 import com.sun.identity.common.CaseInsensitiveHashSet;
172 static final Set<String> specialUserSet = new CaseInsensitiveHashSet<>(50);
191 static CaseInsensitiveHashSet mCaseSensitiveAttributes;
206 mCaseSensitiveAttributes = new CaseInsensitiveHashSet(3);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java36 import com.sun.identity.common.CaseInsensitiveHashSet;
507 CaseInsensitiveHashSet asNames =
508 new CaseInsensitiveHashSet(ss.getAttributeSchemaNames());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedSharedAgentsCondition.java51 import com.sun.identity.common.CaseInsensitiveHashSet;
556 Set envValues = new CaseInsensitiveHashSet(agentsFromEnv);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java27 import com.sun.identity.common.CaseInsensitiveHashSet;
374 existingValues = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedSharedAgentsCondition.java51 import com.sun.identity.common.CaseInsensitiveHashSet;
556 Set envValues = new CaseInsensitiveHashSet(agentsFromEnv);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java91 import com.sun.identity.common.CaseInsensitiveHashSet;
251 userAttributesAllowed = new CaseInsensitiveHashSet();
256 groupAttributesAllowed = new CaseInsensitiveHashSet();
261 roleAttributesAllowed = new CaseInsensitiveHashSet();
266 filteredRoleAttributesAllowed = new CaseInsensitiveHashSet();
779 ? new CaseInsensitiveHashSet(0) : new CaseInsensitiveHashSet(attrNames);
999 Set<String> missingOCs = new CaseInsensitiveHashSet();
1579 Set<String> results = new CaseInsensitiveHashSet();
1752 ocs = new CaseInsensitiveHashSet(oc
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java27 import com.sun.identity.common.CaseInsensitiveHashSet;
374 existingValues = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java37 import com.sun.identity.common.CaseInsensitiveHashSet;
258 subentries = new CaseInsensitiveHashSet();
H A DSMSFlatFileObject.java53 import com.sun.identity.common.CaseInsensitiveHashSet;
339 subentries = new CaseInsensitiveHashSet();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java37 import com.sun.identity.common.CaseInsensitiveHashSet;
258 subentries = new CaseInsensitiveHashSet();
H A DSMSFlatFileObject.java53 import com.sun.identity.common.CaseInsensitiveHashSet;
339 subentries = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java58 import com.sun.identity.common.CaseInsensitiveHashSet;
644 CaseInsensitiveHashSet userSet = new CaseInsensitiveHashSet();
943 Set userSet = new CaseInsensitiveHashSet();
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java41 import com.sun.identity.common.CaseInsensitiveHashSet;
159 Set<String> attrNames = new CaseInsensitiveHashSet(attrs.keySet());
248 Set<String> attr = new CaseInsensitiveHashSet(attrs.entrySet().iterator().next().getValue());
255 attr = new CaseInsensitiveHashSet(attrs.entrySet().iterator().next().getValue());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java58 import com.sun.identity.common.CaseInsensitiveHashSet;
644 CaseInsensitiveHashSet userSet = new CaseInsensitiveHashSet();
943 Set userSet = new CaseInsensitiveHashSet();

Completed in 80 milliseconds

123