Searched refs:getAttributeSchemas (Results 51 - 75 of 78) sorted by relevance

1234

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java153 has = !schema.getAttributeSchemas().isEmpty();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java215 svcSchema.getAttributeSchemas() : Collections.EMPTY_SET;
H A DSubConfigMeta.java162 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java195 Map nameToSchemas = model.getAttributeSchemas(agentType,
H A DGenericAgentProfileViewBean.java121 attributeSchemas = blder.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java153 has = !schema.getAttributeSchemas().isEmpty();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java215 svcSchema.getAttributeSchemas() : Collections.EMPTY_SET;
H A DSubConfigMeta.java162 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java868 Set attrs = ssType.getAttributeSchemas();
1472 Map attrSchemas = getAttributeSchemas(agentType, notToInherit);
1501 public static Map getAttributeSchemas( method in class:AgentConfiguration
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java877 Set attrs = ssType.getAttributeSchemas();
1485 Map attrSchemas = getAttributeSchemas(agentType, notToInherit);
1514 public static Map getAttributeSchemas( method in class:AgentConfiguration
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java218 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java357 public Set getAttributeSchemas() { method in class:ServiceSchema
H A DServiceSchemaImpl.java232 Set<AttributeSchemaImpl> getAttributeSchemas() { method in class:ServiceSchemaImpl
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java256 for (AttributeSchema attribute : (Set<AttributeSchema>) schema.getAttributeSchemas()) {
H A DSmsRequestHandler.java548 if (!schema.getAttributeSchemas().isEmpty() || schema.supportsMultipleConfigurations()) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java162 Set asch = schema.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java222 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java363 public Set<AttributeSchema> getAttributeSchemas() { method in class:ServiceSchema
H A DServiceSchemaImpl.java236 Set<AttributeSchemaImpl> getAttributeSchemas() { method in class:ServiceSchemaImpl
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java164 Set asch = schema.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java1017 public Map getAttributeSchemas(String agentType, Collection attributeNames) { method in class:AgentsModelImpl
1020 map = AgentConfiguration.getAttributeSchemas(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java1017 public Map getAttributeSchemas(String agentType, Collection attributeNames) { method in class:AgentsModelImpl
1020 map = AgentConfiguration.getAttributeSchemas(
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java967 Set set = clientSchema.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java969 Set set = clientSchema.getAttributeSchemas();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsRequestHandler.java558 if (!schema.getAttributeSchemas().isEmpty() || schema.supportsMultipleConfigurations()) {

Completed in 86 milliseconds

1234