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 D | SPACSUtils.java | 1184 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 D | SPACSUtils.java | 1187 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 D | IDFFMetaManager.java | 548 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 D | IDFFMetaManager.java | 548 Map origAttrs = idffMetaConfigInstance.getConfiguration(realm, 550 if (origAttrs == null) { 559 Set origValues = (Set)origAttrs.get(IDFF_ENTITY_CONFIG_ATTR);
|
Completed in 56 milliseconds