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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java1047 String assertionEncryptedAttr =
1050 boolean needAttributeEncrypted = getNeedAttributeEncrypted(assertionEncryptedAttr, spssoconfig);
1051 boolean needNameIDEncrypted = getNeedNameIDEncrypted(assertionEncryptedAttr, spssoconfig);
1416 private static boolean getNeedNameIDEncrypted(String assertionEncryptedAttr, SPSSOConfigElement spssoconfig) { argument
1417 if (Boolean.parseBoolean(assertionEncryptedAttr)) {
1428 public static boolean getNeedAttributeEncrypted(String assertionEncryptedAttr, SPSSOConfigElement spssoconfig) { argument
1429 if (Boolean.parseBoolean(assertionEncryptedAttr)) {
2103 String assertionEncryptedAttr =
2105 if (assertionEncryptedAttr == null || !Boolean.parseBoolean(assertionEncryptedAttr)) {
[all...]

Completed in 25 milliseconds