Searched refs:attributeMappings (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java39 private Map<String, String> attributeMappings; field in class:JwtAttributeMapperTest
50 attributeMappings = new HashMap<String, String>();
51 attributeMappings.put(SUB, UID);
52 attributeMappings.put(EMAIL, AM_EMAIL);
61 defaultPrincipalMapper.getAttributes(attributeMappings, claimsSet);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java39 private Map<String, String> attributeMappings; field in class:JwtAttributeMapperTest
50 attributeMappings = new HashMap<String, String>();
51 attributeMappings.put(SUB, UID);
52 attributeMappings.put(EMAIL, AM_EMAIL);
61 defaultPrincipalMapper.getAttributes(attributeMappings, claimsSet);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java89 static Map attributeMappings = new CaseInsensitiveHashMap(); field in class:OrgConfigViaAMSDK
616 Map answer = (Map) attributeMappings.get(parentOrgName);
639 attributeMappings.put(parentOrgName, answer);
729 attributeMappings = new CaseInsensitiveHashMap();
H A DOrganizationConfigManager.java1831 OrgConfigViaAMSDK.attributeMappings = new HashMap();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java89 static Map attributeMappings = new CaseInsensitiveHashMap(); field in class:OrgConfigViaAMSDK
616 Map answer = (Map) attributeMappings.get(parentOrgName);
639 attributeMappings.put(parentOrgName, answer);
729 attributeMappings = new CaseInsensitiveHashMap();
H A DOrganizationConfigManager.java1894 OrgConfigViaAMSDK.attributeMappings = new HashMap();

Completed in 44 milliseconds