Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationStepContext
-
Packages that use AuthenticationStepContext 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 AuthenticationStepContext in pl.edu.icm.unity.engine.api.authn
-
Uses of AuthenticationStepContext in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return AuthenticationStepContext Modifier and Type Method Description AuthenticationStepContext
RedirectedAuthnState. getAuthenticationStepContext()
Constructors in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationStepContext Constructor Description RedirectedAuthnState(AuthenticationStepContext authenticationContext, Function<RedirectedAuthnState,AuthenticationResult> responseHandler, RememberMeToken.LoginMachineDetails initialLoginMachine, String ultimateReturnURL, AuthenticationTriggeringContext authenticationTriggeringContext)
-