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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java856 * @param agentTypeName Name of agent type.
862 public static Set getAgentAttributeSchemas(String agentTypeName) argument
867 ServiceSchema ssType = ss.getSubSchema(agentTypeName);
883 private static Set getAgentAttributeSchemaNames(String agentTypeName) argument
885 Set attrSchemas = getAgentAttributeSchemas(agentTypeName);
1402 * @param agentTypeName Name of agent type.
1410 String agentTypeName
1415 ServiceSchema ssType = ss.getSubSchema(agentTypeName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java865 * @param agentTypeName Name of agent type.
871 public static Set getAgentAttributeSchemas(String agentTypeName) argument
876 ServiceSchema ssType = ss.getSubSchema(agentTypeName);
892 private static Set getAgentAttributeSchemaNames(String agentTypeName) argument
894 Set attrSchemas = getAgentAttributeSchemas(agentTypeName);
1415 * @param agentTypeName Name of agent type.
1423 String agentTypeName
1428 ServiceSchema ssType = ss.getSubSchema(agentTypeName);

Completed in 46 milliseconds