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

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DLocalAuthTaskHandler.java122 IJ2EEAuthenticationHandler authHandler = getAuthenticationHandler(
142 authResult = doLocalAuthWithSessionBinding(authHandler,
146 authResult = doLocalAuthWithoutSessionBinding(authHandler,
242 IJ2EEAuthenticationHandler authHandler,
270 authResult = authHandler.authenticate(userName, password,
281 // The authHandler implementation may have already invalidated the session so don't fail here is it has.
299 IJ2EEAuthenticationHandler authHandler,
339 authResult = authHandler.authenticate(userName, password,
350 // The authHandler implementation may have already invalidated the session so don't fail here is it has.
241 doLocalAuthWithSessionBinding( IJ2EEAuthenticationHandler authHandler, HttpServletRequest request, HttpServletResponse response, SSOValidationResult ssoValidationResult) argument
298 doLocalAuthWithoutSessionBinding( IJ2EEAuthenticationHandler authHandler, HttpServletRequest request, HttpServletResponse response, SSOValidationResult ssoValidationResult) argument

Completed in 26 milliseconds