Searched refs:getSAMLAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1184 List origAttrs = getSAMLAttributes(assertion, needAttributeEncrypted, decryptionKeys);
1867 public static List<Attribute> getSAMLAttributes(Assertion assertion, boolean needAttributeEncrypted, method in class:SPACSUtils
2225 final List<Attribute> origAttrs = getSAMLAttributes(authnAssertion, needAttributeEncrypted, decryptionKeys);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1187 List origAttrs = getSAMLAttributes(assertion, needAttributeEncrypted, decryptionKeys);
1840 public static List<Attribute> getSAMLAttributes(Assertion assertion, boolean needAttributeEncrypted, method in class:SPACSUtils
2203 final List<Attribute> origAttrs = getSAMLAttributes(authnAssertion, needAttributeEncrypted, decryptionKeys);

Completed in 37 milliseconds