Searched refs:origAttrs (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.java1184 List origAttrs = getSAMLAttributes(assertion, needAttributeEncrypted, decryptionKeys);
1185 if (origAttrs != null && !origAttrs.isEmpty()) {
1189 attrs.addAll(origAttrs);
2225 final List<Attribute> origAttrs = getSAMLAttributes(authnAssertion, needAttributeEncrypted, decryptionKeys);
2228 if (origAttrs != null && !origAttrs.isEmpty()) {
2230 attrs.addAll(origAttrs);
/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);
1188 if (origAttrs != null && !origAttrs.isEmpty()) {
1192 attrs.addAll(origAttrs);
2203 final List<Attribute> origAttrs = getSAMLAttributes(authnAssertion, needAttributeEncrypted, decryptionKeys);
2206 if (origAttrs != null && !origAttrs.isEmpty()) {
2208 attrs.addAll(origAttrs);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java548 Map origAttrs = idffMetaConfigInstance.getConfiguration(realm,
550 if (origAttrs == null) {
559 Set origValues = (Set)origAttrs.get(IDFF_ENTITY_CONFIG_ATTR);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java548 Map origAttrs = idffMetaConfigInstance.getConfiguration(realm,
550 if (origAttrs == null) {
559 Set origValues = (Set)origAttrs.get(IDFF_ENTITY_CONFIG_ATTR);

Completed in 56 milliseconds