Class AuthenticationTriggeringContext
java.lang.Object
pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
-
Field Summary
Modifier and TypeFieldDescriptionfinal pl.edu.icm.unity.base.authn.AuthenticationOptionKey
final PartialAuthnState
final pl.edu.icm.unity.base.registration.RegistrationForm
final String
final boolean
final SandboxAuthnRouter
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationTriggeredFirstFactor
(boolean rememberMeSet) authenticationTriggeredSecondFactor
(boolean rememberMeSet, PartialAuthnState postFirstFactorAuthnState) boolean
boolean
registrationTriggeredAuthn
(pl.edu.icm.unity.base.registration.RegistrationForm form, String invitationCode, pl.edu.icm.unity.base.authn.AuthenticationOptionKey authenticationOptionKey) sandboxTriggeredFirstFactor
(SandboxAuthnRouter sandboxRouter) sandboxTriggeredSecondFactor
(PartialAuthnState postFirstFactorAuthnState, SandboxAuthnRouter sandboxRouter) toString()
-
Field Details
-
rememberMeSet
public final boolean rememberMeSet -
firstFactorAuthnState
-
authenticationOptionKey
public final pl.edu.icm.unity.base.authn.AuthenticationOptionKey authenticationOptionKey -
form
public final pl.edu.icm.unity.base.registration.RegistrationForm form -
invitationCode
-
sandboxRouter
-
-
Method Details
-
registrationTriggeredAuthn
public static AuthenticationTriggeringContext registrationTriggeredAuthn(pl.edu.icm.unity.base.registration.RegistrationForm form, String invitationCode, pl.edu.icm.unity.base.authn.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
-