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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java241 public FSAuthContextResult getURLForAuthnContext( method in class:FSAuthnDecisionHandler
247 + "getURLForAuthnContext called with list. "
268 returnObj = getURLForAuthnContext(authCntxt);
284 public FSAuthContextResult getURLForAuthnContext(List authContextClassRef) { method in class:FSAuthnDecisionHandler
285 return getURLForAuthnContext(authContextClassRef, null);
296 private FSAuthContextResult getURLForAuthnContext(String authContextRef) method in class:FSAuthnDecisionHandler
306 "FSAuthnDecisionHandler::getURLForAuthnContext "
333 + "getURLForAuthnContext."
338 + "getURLForAuthnContext. Could not get any authcontext");
384 return getURLForAuthnContext(authContextMinRe
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java241 public FSAuthContextResult getURLForAuthnContext( method in class:FSAuthnDecisionHandler
247 + "getURLForAuthnContext called with list. "
268 returnObj = getURLForAuthnContext(authCntxt);
284 public FSAuthContextResult getURLForAuthnContext(List authContextClassRef) { method in class:FSAuthnDecisionHandler
285 return getURLForAuthnContext(authContextClassRef, null);
296 private FSAuthContextResult getURLForAuthnContext(String authContextRef) method in class:FSAuthnDecisionHandler
306 "FSAuthnDecisionHandler::getURLForAuthnContext "
333 + "getURLForAuthnContext."
338 + "getURLForAuthnContext. Could not get any authcontext");
384 return getURLForAuthnContext(authContextMinRe
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java458 authnDecisionHandler.getURLForAuthnContext(
506 authnDecisionHandler.getURLForAuthnContext(
511 authnDecisionHandler.getURLForAuthnContext(
567 authnDecisionHandler.getURLForAuthnContext(
604 authnDecisionHandler.getURLForAuthnContext(
615 authnDecisionHandler.getURLForAuthnContext(
H A DFSIDPFinderService.java362 getURLForAuthnContext(defAuthnCtxList, authType);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java458 authnDecisionHandler.getURLForAuthnContext(
506 authnDecisionHandler.getURLForAuthnContext(
511 authnDecisionHandler.getURLForAuthnContext(
567 authnDecisionHandler.getURLForAuthnContext(
604 authnDecisionHandler.getURLForAuthnContext(
615 authnDecisionHandler.getURLForAuthnContext(
H A DFSIDPFinderService.java362 getURLForAuthnContext(defAuthnCtxList, authType);

Completed in 30 milliseconds