Searched defs:getNameIDInfoAttribute (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java94 userID, getNameIDInfoAttribute());
177 String nameIDInfoAttr = getNameIDInfoAttribute();
271 getAttribute(userID, getNameIDInfoAttribute());
302 map.put(getNameIDInfoAttribute(), existingFed);
328 public static String getNameIDInfoAttribute() { method in class:AccountUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java94 userID, getNameIDInfoAttribute());
177 String nameIDInfoAttr = getNameIDInfoAttribute();
271 getAttribute(userID, getNameIDInfoAttribute());
302 map.put(getNameIDInfoAttribute(), existingFed);
328 public static String getNameIDInfoAttribute() { method in class:AccountUtils
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java100 userID, getNameIDInfoAttribute());
179 String nameIDInfoAttr = getNameIDInfoAttribute();
252 ret.put(getNameIDInfoAttribute(), Collections.singleton(info.toValueString()));
282 getAttribute(userID, getNameIDInfoAttribute());
313 map.put(getNameIDInfoAttribute(), existingFed);
335 public static String getNameIDInfoAttribute() { method in class:AccountUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java100 userID, getNameIDInfoAttribute());
179 String nameIDInfoAttr = getNameIDInfoAttribute();
252 ret.put(getNameIDInfoAttribute(), Collections.singleton(info.toValueString()));
282 getAttribute(userID, getNameIDInfoAttribute());
313 map.put(getNameIDInfoAttribute(), existingFed);
335 public static String getNameIDInfoAttribute() { method in class:AccountUtils

Completed in 35 milliseconds