Searched defs:getConfigAttributeMap (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAttributeMapper.java82 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, method in class:DefaultAttributeMapper
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java81 public Map getConfigAttributeMap( method in class:DefaultAttributeMapper
118 debug.message("DefaultAttributeMapper.getConfigAttributeMap:"
142 debug.error("DefaultAttributeMapper.getConfigAttributeMap: " +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAttributeMapper.java82 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, method in class:DefaultAttributeMapper
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java81 public Map getConfigAttributeMap( method in class:DefaultAttributeMapper
118 debug.message("DefaultAttributeMapper.getConfigAttributeMap:"
142 debug.error("DefaultAttributeMapper.getConfigAttributeMap: " +
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeMapper.java103 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, method in class:DefaultAttributeMapper
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeMapper.java105 public Map<String, String> getConfigAttributeMap(String realm, String hostEntityID, method in class:DefaultAttributeMapper
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3515 public static Map getConfigAttributeMap(String realm, String hostEntityID, method in class:SAML2Utils
3527 debug.message("SAML2Utils.getConfigAttributeMap: DefaultAttrMapper: relam="
3542 debug.warning("SAML2Utils.getConfigAttributeMap: configuration is not defined.");
3552 debug.message("SAML2Utils.getConfigAttributeMap:Attribute map is not defined for entity: " +
3561 debug.error("SAML2Utils.getConfigAttributeMap: ", sme);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3540 public static Map getConfigAttributeMap(String realm, String hostEntityID, method in class:SAML2Utils
3552 debug.message("SAML2Utils.getConfigAttributeMap: DefaultAttrMapper: relam="
3567 debug.warning("SAML2Utils.getConfigAttributeMap: configuration is not defined.");
3577 debug.message("SAML2Utils.getConfigAttributeMap:Attribute map is not defined for entity: " +
3586 debug.error("SAML2Utils.getConfigAttributeMap: ", sme);

Completed in 48 milliseconds