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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java147 protected FSRealmAttributeMapper realmAttributeMapper = null; field in class:FSAssertionArtifactHandler
1373 if (realmAttributeMapper != null) {
1374 attributeMap = realmAttributeMapper.getAttributes(
1639 if (realmAttributeMapper != null) {
1640 attributeMap = realmAttributeMapper.getAttributes(
1982 realmAttributeMapper = (FSRealmAttributeMapper) mapperClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java149 protected FSRealmAttributeMapper realmAttributeMapper = null; field in class:FSAssertionArtifactHandler
1375 if (realmAttributeMapper != null) {
1376 attributeMap = realmAttributeMapper.getAttributes(
1641 if (realmAttributeMapper != null) {
1642 attributeMap = realmAttributeMapper.getAttributes(
1984 realmAttributeMapper = (FSRealmAttributeMapper) mapperClass;

Completed in 58 milliseconds