Searched defs:authContextRef (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java37 private String authContextRef; field in class:FSAuthContextResult
44 authContextRef = null;
62 return authContextRef;
80 authContextRef = classRef;
H A DFSAuthnDecisionHandler.java182 * @param authContextRef requested authentication contexts
194 List authContextRef,
200 + "decideAuthnContext called with list. " + authContextRef
208 if (authContextRef != null) {
218 Iterator authIter = authContextRef.iterator();
292 * @param authContextRef request authentication context class reference
296 private FSAuthContextResult getURLForAuthnContext(String authContextRef) argument
300 if (authContextRef != null && idpAuthContextMap != null) {
303 authContextRef);
308 + authContextRef);
193 decideAuthnContext( List authContextRef, String presentAuthContext, String authType) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java37 private String authContextRef; field in class:FSAuthContextResult
44 authContextRef = null;
62 return authContextRef;
80 authContextRef = classRef;
H A DFSAuthnDecisionHandler.java182 * @param authContextRef requested authentication contexts
194 List authContextRef,
200 + "decideAuthnContext called with list. " + authContextRef
208 if (authContextRef != null) {
218 Iterator authIter = authContextRef.iterator();
292 * @param authContextRef request authentication context class reference
296 private FSAuthContextResult getURLForAuthnContext(String authContextRef) argument
300 if (authContextRef != null && idpAuthContextMap != null) {
303 authContextRef);
308 + authContextRef);
193 decideAuthnContext( List authContextRef, String presentAuthContext, String authType) argument
[all...]

Completed in 29 milliseconds