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

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java98 return serviceSchema.getAttributeSchemaNames();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java98 return serviceSchema.getAttributeSchemaNames();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java203 public Set getAttributeSchemaNames() { method in class:PluginSchema
205 return (psi.getAttributeSchemaNames());
237 for (Iterator i = getAttributeSchemaNames().iterator(); i.hasNext();) {
H A DServiceSchema.java321 public Set getAttributeSchemaNames() { method in class:ServiceSchema
322 return (ss.getAttributeSchemaNames());
359 for (Iterator items = getAttributeSchemaNames().iterator(); items
424 Set defAttrSet = ss.getAttributeSchemaNames();
444 Iterator ass = ss.getAttributeSchemaNames().iterator();
502 new CaseInsensitiveHashSet(ss.getAttributeSchemaNames());
H A DPluginConfigImpl.java153 Iterator ass = ps.getAttributeSchemaNames().iterator();
H A DServiceConfigImpl.java415 Set asNames = ss.getAttributeSchemaNames();
793 Set asNames = ss.getAttributeSchemaNames();
H A DPluginSchemaImpl.java153 Set getAttributeSchemaNames() { method in class:PluginSchemaImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java203 public Set getAttributeSchemaNames() { method in class:PluginSchema
205 return (psi.getAttributeSchemaNames());
237 for (Iterator i = getAttributeSchemaNames().iterator(); i.hasNext();) {
H A DServiceSchema.java327 public Set getAttributeSchemaNames() { method in class:ServiceSchema
328 return (ss.getAttributeSchemaNames());
365 for (Iterator items = getAttributeSchemaNames().iterator(); items
430 Set defAttrSet = ss.getAttributeSchemaNames();
450 Iterator ass = ss.getAttributeSchemaNames().iterator();
508 new CaseInsensitiveHashSet(ss.getAttributeSchemaNames());
H A DPluginConfigImpl.java151 Iterator ass = ps.getAttributeSchemaNames().iterator();
H A DServiceConfigImpl.java415 Set<String> asNames = ss.getAttributeSchemaNames();
790 Set asNames = ss.getAttributeSchemaNames();
H A DPluginSchemaImpl.java152 Set getAttributeSchemaNames() { method in class:PluginSchemaImpl
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java93 return ss.getAttributeSchemaNames();
124 Set attrSchemaNames = ss.getAttributeSchemaNames();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java93 return ss.getAttributeSchemaNames();
124 Set attrSchemaNames = ss.getAttributeSchemaNames();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DSetConfigurations.java109 Set<String> attributeNames = gss.getAttributeSchemaNames();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DSetConfigurations.java109 Set<String> attributeNames = gss.getAttributeSchemaNames();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java110 Set attributes = schema.getAttributeSchemaNames();
233 Set attributes = schema.getAttributeSchemaNames();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java110 Set attributes = schema.getAttributeSchemaNames();
233 Set attributes = schema.getAttributeSchemaNames();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEntryEventListener.java95 attrNames = sschema.getAttributeSchemaNames();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java760 attrNames = uss.getAttributeSchemaNames();
1404 attrNames = uss.getAttributeSchemaNames();
1413 attrNames = uss.getAttributeSchemaNames();
1415 attrNames.addAll(uss.getAttributeSchemaNames());
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEntryEventListener.java95 attrNames = sschema.getAttributeSchemaNames();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java764 attrNames = uss.getAttributeSchemaNames();
1407 attrNames = uss.getAttributeSchemaNames();
1416 attrNames = uss.getAttributeSchemaNames();
1418 attrNames.addAll(uss.getAttributeSchemaNames());
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java90 for (Object attributeName : schema.getAttributeSchemaNames()) {
454 for (String attributeName : (Set<String>) schema.getAttributeSchemaNames()) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java93 for (Object attributeName : schema.getAttributeSchemaNames()) {
495 for (String attributeName : (Set<String>) schema.getAttributeSchemaNames()) {
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java98 given(serviceSchema.getAttributeSchemaNames()).willReturn(getHashSet(STRING_VALUE_NAME, INT_VALUE_NAME,

Completed in 80 milliseconds

12