Searched defs:getNameIDInfoKeyAttribute (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.java178 String nameIDInfoKeyAttr = getNameIDInfoKeyAttribute();
273 getAttribute(userID, getNameIDInfoKeyAttribute());
303 map.put(getNameIDInfoKeyAttribute(), existingInfoKey);
337 public static String getNameIDInfoKeyAttribute() { method in class:AccountUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java178 String nameIDInfoKeyAttr = getNameIDInfoKeyAttribute();
273 getAttribute(userID, getNameIDInfoKeyAttribute());
303 map.put(getNameIDInfoKeyAttribute(), existingInfoKey);
337 public static String getNameIDInfoKeyAttribute() { method in class:AccountUtils
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java180 String nameIDInfoKeyAttr = getNameIDInfoKeyAttribute();
253 ret.put(getNameIDInfoKeyAttribute(), Collections.singleton(infoKey.toValueString()));
284 getAttribute(userID, getNameIDInfoKeyAttribute());
314 map.put(getNameIDInfoKeyAttribute(), existingInfoKey);
344 public static String getNameIDInfoKeyAttribute() { method in class:AccountUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DAccountUtils.java180 String nameIDInfoKeyAttr = getNameIDInfoKeyAttribute();
253 ret.put(getNameIDInfoKeyAttribute(), Collections.singleton(infoKey.toValueString()));
284 getAttribute(userID, getNameIDInfoKeyAttribute());
314 map.put(getNameIDInfoKeyAttribute(), existingInfoKey);
344 public static String getNameIDInfoKeyAttribute() { method in class:AccountUtils

Completed in 21 milliseconds