Searched defs:getAgentAttributeSchemas (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java862 public static Set getAgentAttributeSchemas(String agentTypeName) method in class:AgentConfiguration
885 Set attrSchemas = getAgentAttributeSchemas(agentTypeName);
1030 Set<AttributeSchema> attributeSchemas = getAgentAttributeSchemas(agentType);
1255 Set attributeSchemas = getAgentAttributeSchemas(getAgentType(amid));
1271 Set attributeSchemas = getAgentAttributeSchemas(getAgentType(amid));
1300 Set attributeSchemas = getAgentAttributeSchemas(agentType);
1356 Set attributeSchemas = getAgentAttributeSchemas(agentType);
1506 Set attributeSchema = getAgentAttributeSchemas(agentType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java871 public static Set getAgentAttributeSchemas(String agentTypeName) method in class:AgentConfiguration
894 Set attrSchemas = getAgentAttributeSchemas(agentTypeName);
1043 Set<AttributeSchema> attributeSchemas = getAgentAttributeSchemas(agentType);
1268 Set attributeSchemas = getAgentAttributeSchemas(getAgentType(amid));
1284 Set attributeSchemas = getAgentAttributeSchemas(getAgentType(amid));
1313 Set attributeSchemas = getAgentAttributeSchemas(agentType);
1369 Set attributeSchemas = getAgentAttributeSchemas(agentType);
1519 Set attributeSchema = getAgentAttributeSchemas(agentType);

Completed in 36 milliseconds