Uses of Interface
pl.edu.icm.unity.engine.api.authn.remote.AbstractRemoteVerificator.RemoteAuthnState
-
Packages that use AbstractRemoteVerificator.RemoteAuthnState Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of AbstractRemoteVerificator.RemoteAuthnState in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return AbstractRemoteVerificator.RemoteAuthnState Modifier and Type Method Description protected AbstractRemoteVerificator.RemoteAuthnState
AbstractRemoteVerificator. startAuthnResponseProcessing(SandboxAuthnResultCallback callback, java.lang.String... loggingFacilities)
Should be called at the beginning of authN response verificationMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AbstractRemoteVerificator.RemoteAuthnState Modifier and Type Method Description protected void
AbstractRemoteVerificator. finishAuthnResponseProcessing(AbstractRemoteVerificator.RemoteAuthnState state, java.lang.Exception error)
Should be called at the end of failed verification.protected AuthenticationResult
AbstractRemoteVerificator. getResult(RemotelyAuthenticatedInput input, pl.edu.icm.unity.types.translation.TranslationProfile profile, AbstractRemoteVerificator.RemoteAuthnState state)
This method is calling#processRemoteInput(RemotelyAuthenticatedInput)
and then#assembleAuthenticationResult(RemotelyAuthenticatedContext)
.
-