Searched refs:needAttributeEncrypted (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1050 boolean needAttributeEncrypted = getNeedAttributeEncrypted(assertionEncryptedAttr, spssoconfig);
1184 List origAttrs = getSAMLAttributes(assertion, needAttributeEncrypted, decryptionKeys);
1863 * @param needAttributeEncrypted Whether attributes must be encrypted (or else rejected).
1867 public static List<Attribute> getSAMLAttributes(Assertion assertion, boolean needAttributeEncrypted, argument
1875 if (needAttributeEncrypted && attributes != null && !attributes.isEmpty()) {
2219 * @param needAttributeEncrypted Whether the attributes must be encrypted.
2223 public static List<Attribute> getAttrs(Assertion authnAssertion, boolean needAttributeEncrypted, argument
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.java1054 boolean needAttributeEncrypted = getNeedAttributeEncrypted(needAssertionEncrypted, spssoconfig);
1187 List origAttrs = getSAMLAttributes(assertion, needAttributeEncrypted, decryptionKeys);
1836 * @param needAttributeEncrypted Whether attributes must be encrypted (or else rejected).
1840 public static List<Attribute> getSAMLAttributes(Assertion assertion, boolean needAttributeEncrypted, argument
1848 if (needAttributeEncrypted && attributes != null && !attributes.isEmpty()) {
2197 * @param needAttributeEncrypted Whether the attributes must be encrypted.
2201 public static List<Attribute> getAttrs(Assertion authnAssertion, boolean needAttributeEncrypted, argument
2203 final List<Attribute> origAttrs = getSAMLAttributes(authnAssertion, needAttributeEncrypted, decryptionKeys);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java641 final boolean needAttributeEncrypted = SPACSUtils.getNeedAttributeEncrypted(assertionEncryptedAttr,
644 final List<Attribute> attrs = SPACSUtils.getAttrs(assertion, needAttributeEncrypted, decryptionKeys);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java664 final boolean needAttributeEncrypted =
667 final List<Attribute> attrs = SPACSUtils.getAttrs(assertion, needAttributeEncrypted, decryptionKeys);

Completed in 32 milliseconds