Searched defs:extAuthnAuthMap (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java109 private static Map extAuthnAuthMap = new HashMap(6); field in class:SAMLv2ModelImpl
457 extAuthnAuthMap.put(SIGN_CERT_ALIAS, Collections.EMPTY_SET);
458 extAuthnAuthMap.put(ENCRYPT_CERT_ALIAS, Collections.EMPTY_SET);
459 extAuthnAuthMap.put(ASSERTION_ID_REQ_MAPPER, Collections.EMPTY_SET);
1845 baseConfigAuth = addAttributeType(extAuthnAuthMap, baseConfigAuth);
3778 return extAuthnAuthMap;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java109 private static Map extAuthnAuthMap = new HashMap(6); field in class:SAMLv2ModelImpl
457 extAuthnAuthMap.put(SIGN_CERT_ALIAS, Collections.EMPTY_SET);
458 extAuthnAuthMap.put(ENCRYPT_CERT_ALIAS, Collections.EMPTY_SET);
459 extAuthnAuthMap.put(ASSERTION_ID_REQ_MAPPER, Collections.EMPTY_SET);
1845 baseConfigAuth = addAttributeType(extAuthnAuthMap, baseConfigAuth);
3778 return extAuthnAuthMap;

Completed in 36 milliseconds