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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java935 public static Map getAgentAttributes( method in class:AgentConfiguration
943 return getAgentAttributes(amid, true);
959 public static Map getAgentAttributes( method in class:AgentConfiguration
968 return getAgentAttributes(amid, true);
982 public static Map getAgentAttributes(AMIdentity amid, boolean reformat) method in class:AgentConfiguration
1433 Map values = getAgentAttributes(amid, false);
1465 Map origValues = getAgentAttributes(amid, false);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java944 public static Map getAgentAttributes( method in class:AgentConfiguration
952 return getAgentAttributes(amid, true);
968 public static Map getAgentAttributes( method in class:AgentConfiguration
977 return getAgentAttributes(amid, true);
991 public static Map getAgentAttributes(AMIdentity amid, boolean reformat) method in class:AgentConfiguration
1446 Map values = getAgentAttributes(amid, false);
1478 Map origValues = getAgentAttributes(amid, false);

Completed in 47 milliseconds