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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java1808 return getAllAttributeValueFromSSOConfig(realm, hostEntityId, entityRole, SAML2Constants.ENCRYPTION_CERT_ALIAS);
2105 List value = (List) getAllAttributeValueFromSSOConfig(realm,
2136 List value = (List) getAllAttributeValueFromSSOConfig(realm,
2157 public static List<String> getAllAttributeValueFromSSOConfig(String realm, method in class:SAML2Utils
2162 String method = "getAllAttributeValueFromSSOConfig : ";
2870 List env = getAllAttributeValueFromSSOConfig(
2945 List env = getAllAttributeValueFromSSOConfig(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java1833 return getAllAttributeValueFromSSOConfig(realm, hostEntityId, entityRole, SAML2Constants.ENCRYPTION_CERT_ALIAS);
2130 List value = (List) getAllAttributeValueFromSSOConfig(realm,
2161 List value = (List) getAllAttributeValueFromSSOConfig(realm,
2182 public static List<String> getAllAttributeValueFromSSOConfig(String realm, method in class:SAML2Utils
2187 String method = "getAllAttributeValueFromSSOConfig : ";
2895 List env = getAllAttributeValueFromSSOConfig(
2970 List env = getAllAttributeValueFromSSOConfig(

Completed in 38 milliseconds