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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java53 private Map idpAuthContextMap = null; field in class:FSAuthnDecisionHandler
103 idpAuthContextMap = new HashMap();
110 idpAuthContextMap.put(
138 Iterator iter = idpAuthContextMap.entrySet().iterator();
162 Iterator iter = idpAuthContextMap.entrySet().iterator();
300 if (authContextRef != null && idpAuthContextMap != null) {
302 (FSIDPAuthenticationContextInfo)idpAuthContextMap.get(
368 if (authContextMinRef != null && idpAuthContextMap != null) {
370 (FSIDPAuthenticationContextInfo) idpAuthContextMap.get(
373 (FSIDPAuthenticationContextInfo)idpAuthContextMap
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java53 private Map idpAuthContextMap = null; field in class:FSAuthnDecisionHandler
103 idpAuthContextMap = new HashMap();
110 idpAuthContextMap.put(
138 Iterator iter = idpAuthContextMap.entrySet().iterator();
162 Iterator iter = idpAuthContextMap.entrySet().iterator();
300 if (authContextRef != null && idpAuthContextMap != null) {
302 (FSIDPAuthenticationContextInfo)idpAuthContextMap.get(
368 if (authContextMinRef != null && idpAuthContextMap != null) {
370 (FSIDPAuthenticationContextInfo) idpAuthContextMap.get(
373 (FSIDPAuthenticationContextInfo)idpAuthContextMap
[all...]

Completed in 21 milliseconds