Uses of Interface
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.SessionReinitializer
-
Packages that use InteractiveAuthenticationProcessor.SessionReinitializer Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of InteractiveAuthenticationProcessor.SessionReinitializer in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type InteractiveAuthenticationProcessor.SessionReinitializer Modifier and Type Method Description InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
InteractiveAuthenticationProcessor. processFirstFactorResult(AuthenticationResult result, AuthenticationStepContext stepContext, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
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(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
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type InteractiveAuthenticationProcessor.SessionReinitializer Modifier and Type Method Description InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
RemoteAuthnResponseProcessor. processResponse(RedirectedAuthnState authnContext, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer)
-