Searched refs:attributeMapper (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DAttributeStatementsProvider.java35 * @param attributeMapper The AttributeMapper implementation which will map attributes. If the AttributeMapper cannot map
41 List<AttributeStatement> get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper) throws TokenCreationException; argument
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DAttributeStatementsProvider.java39 * @param attributeMapper The AttributeMapper implementation which will map attributes. If the AttributeMapper cannot map
45 List<AttributeStatement> get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper) throws TokenCreationException; argument
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java549 AttributeMapper attributeMapper = getConfiguredType(AttributeMapper.class, attributeMapperClassname);
550 attributeMapper.init(OAuthParam.BUNDLE_NAME);
551 attributes.putAll(getAttributes(svcProfileResponse, attributeMapperConfig, attributeMapper, jwtClaims));
578 AttributeMapper attributeMapper, JwtClaimsSet jwtClaims) throws AuthLoginException {
580 attributeMapper.getClass().getDeclaredMethod("getAttributes", Map.class, String.class);
581 return attributeMapper.getAttributes(attributeMapperConfig, svcProfileResponse);
583 return attributeMapper.getAttributes(attributeMapperConfig, jwtClaims);
577 getAttributes(String svcProfileResponse, Map<String, String> attributeMapperConfig, AttributeMapper attributeMapper, JwtClaimsSet jwtClaims) argument
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java555 AttributeMapper attributeMapper = getConfiguredType(AttributeMapper.class, attributeMapperClassname);
556 attributeMapper.init(OAuthParam.BUNDLE_NAME);
557 attributes.putAll(getAttributes(svcProfileResponse, attributeMapperConfig, attributeMapper, jwtClaims));
584 AttributeMapper attributeMapper, JwtClaimsSet jwtClaims) throws AuthLoginException {
586 attributeMapper.getClass().getDeclaredMethod("getAttributes", Map.class, String.class);
587 return attributeMapper.getAttributes(attributeMapperConfig, svcProfileResponse);
589 return attributeMapper.getAttributes(attributeMapperConfig, jwtClaims);
583 getAttributes(String svcProfileResponse, Map<String, String> attributeMapperConfig, AttributeMapper attributeMapper, JwtClaimsSet jwtClaims) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java72 private static AttributeMapper attributeMapper = null; field in class:IDPPServiceManager
196 attributeMapper = (AttributeMapper)aMapper.newInstance();
406 return attributeMapper;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java72 private static AttributeMapper attributeMapper = null; field in class:IDPPServiceManager
196 attributeMapper = (AttributeMapper)aMapper.newInstance();
406 return attributeMapper;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java237 DefaultSPAttributeMapper attributeMapper = new DefaultSPAttributeMapper();
238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java237 DefaultSPAttributeMapper attributeMapper = new DefaultSPAttributeMapper();
238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java146 protected FSAttributeMapper attributeMapper = null; field in class:FSAssertionArtifactHandler
1377 } else if (attributeMapper != null) {
1378 attributeMap = attributeMapper.getAttributes(
1643 } else if (attributeMapper != null) {
1644 attributeMap = attributeMapper.getAttributes(
1984 attributeMapper = (FSAttributeMapper) mapperClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java148 protected FSAttributeMapper attributeMapper = null; field in class:FSAssertionArtifactHandler
1379 } else if (attributeMapper != null) {
1380 attributeMap = attributeMapper.getAttributes(
1645 } else if (attributeMapper != null) {
1646 attributeMap = attributeMapper.getAttributes(
1986 attributeMapper = (FSAttributeMapper) mapperClass;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java184 private AttributeMapper attributeMapper = null; field in class:SAMLServiceManager.SOAPEntry
241 attributeMapper = attrMapper;
365 public AttributeMapper getAttributeMapper() {return attributeMapper;}
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java184 private AttributeMapper attributeMapper = null; field in class:SAMLServiceManager.SOAPEntry
241 attributeMapper = attrMapper;
365 public AttributeMapper getAttributeMapper() {return attributeMapper;}

Completed in 59 milliseconds