Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
Packages that use AuthenticationTriggeringContext
-
Uses of AuthenticationTriggeringContext in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return AuthenticationTriggeringContextModifier and TypeMethodDescriptionAuthenticationTriggeringContext.authenticationTriggeredFirstFactor()AuthenticationTriggeringContext.authenticationTriggeredFirstFactor(boolean rememberMeSet) AuthenticationTriggeringContext.authenticationTriggeredSecondFactor(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) RedirectedAuthnState.getAuthenticationTriggeringContext()AuthenticationTriggeringContext.registrationTriggeredAuthn(RegistrationForm form, String invitationCode, AuthenticationOptionKey authenticationOptionKey) AuthenticationTriggeringContext.sandboxTriggeredFirstFactor(SandboxAuthnRouter sandboxRouter) AuthenticationTriggeringContext.sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter) Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationTriggeringContextModifier and TypeMethodDescriptionRemoteAuthnResponseProcessor.executeVerificator(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext) Constructors in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationTriggeringContextModifierConstructorDescriptionRedirectedAuthnState(AuthenticationStepContext authenticationContext, Function<RedirectedAuthnState, AuthenticationResult> responseHandler, RememberMeToken.LoginMachineDetails initialLoginMachine, String ultimateReturnURL, AuthenticationTriggeringContext authenticationTriggeringContext)