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, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) InteractiveAuthenticationProcessor.processSecondFactorResult
(PartialAuthnState state, AuthenticationResult secondFactorResult, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) void
InteractiveAuthenticationProcessor.syntheticAuthenticate
(RemoteAuthnMetadata authnContext, AuthenticatedEntity authenticatedEntity, List<SessionParticipant> participants, pl.edu.icm.unity.base.authn.AuthenticationOptionKey authnOptionKey, pl.edu.icm.unity.base.authn.AuthenticationRealm realm, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, jakarta.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, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)