Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.AuthenticationTriggeringContext
-
Packages that use AuthenticationTriggeringContext Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of AuthenticationTriggeringContext in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationTriggeringContext Modifier and Type Method Description AuthenticationResult
RemoteAuthnResponseProcessor. executeVerificator(Supplier<AuthenticationResult> verificator, AuthenticationTriggeringContext triggeringContext)
Constructors in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationTriggeringContext Constructor Description RedirectedAuthnState(AuthenticationStepContext authenticationContext, Function<RedirectedAuthnState,AuthenticationResult> responseHandler, RememberMeToken.LoginMachineDetails initialLoginMachine, String ultimateReturnURL, AuthenticationTriggeringContext authenticationTriggeringContext)
-