Uses of Interface
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.SessionReinitializer
Package
Description
Authentication related API and utilities
Remote authentication API
-
Uses of InteractiveAuthenticationProcessor.SessionReinitializer in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionInteractiveAuthenticationProcessor.processFirstFactorResult
(AuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) InteractiveAuthenticationProcessor.processSecondFactorResult
(PartialAuthnState state, AuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) void
InteractiveAuthenticationProcessor.syntheticAuthenticate
(RemoteAuthnMetadata authnContext, AuthenticatedEntity authenticatedEntity, List<SessionParticipant> participants, AuthenticationOptionKey authnOptionKey, AuthenticationRealm realm, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) -
Uses of InteractiveAuthenticationProcessor.SessionReinitializer in pl.edu.icm.unity.engine.api.authn.remote
Modifier and TypeMethodDescriptionRemoteAuthnResponseProcessor.processResponse
(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)