Class AuthenticationTriggeringContext
java.lang.Object
pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
-
Field Summary
Modifier and TypeFieldDescriptionfinal AuthenticationOptionKey
final PartialAuthnState
final RegistrationForm
final String
final boolean
final SandboxAuthnRouter
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationTriggeredFirstFactor
(boolean rememberMeSet) authenticationTriggeredSecondFactor
(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) boolean
boolean
registrationTriggeredAuthn
(RegistrationForm form, String invitationCode, AuthenticationOptionKey authenticationOptionKey) sandboxTriggeredFirstFactor
(SandboxAuthnRouter sandboxRouter) sandboxTriggeredSecondFactor
(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter) toString()
-
Field Details
-
rememberMeSet
public final boolean rememberMeSet -
firstFactorAuthnState
-
authenticationOptionKey
-
form
-
invitationCode
-
sandboxRouter
-
-
Method Details
-
registrationTriggeredAuthn
public static AuthenticationTriggeringContext registrationTriggeredAuthn(RegistrationForm form, String invitationCode, AuthenticationOptionKey authenticationOptionKey) -
authenticationTriggeredFirstFactor
public static AuthenticationTriggeringContext authenticationTriggeredFirstFactor(boolean rememberMeSet) -
authenticationTriggeredFirstFactor
-
authenticationTriggeredSecondFactor
public static AuthenticationTriggeringContext authenticationTriggeredSecondFactor(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) -
sandboxTriggeredFirstFactor
public static AuthenticationTriggeringContext sandboxTriggeredFirstFactor(SandboxAuthnRouter sandboxRouter) -
sandboxTriggeredSecondFactor
public static AuthenticationTriggeringContext sandboxTriggeredSecondFactor(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter) -
isRegistrationTriggered
public boolean isRegistrationTriggered() -
isSandboxTriggered
public boolean isSandboxTriggered() -
toString
-