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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java975 * @param reformat <code>true</code> to reformat the values.
982 public static Map getAgentAttributes(AMIdentity amid, boolean reformat) argument
998 return (reformat) ? unparseAttributeMap(agentType, values) :
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java984 * @param reformat <code>true</code> to reformat the values.
991 public static Map getAgentAttributes(AMIdentity amid, boolean reformat) argument
1007 if (reformat && AGENT_TYPE_OAUTH2.equalsIgnoreCase(agentType)) {
1011 return (reformat) ? unparseAttributeMap(agentType, values) :

Completed in 35 milliseconds