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.RemoteAuthnStateAbstractRemoteVerificator. 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 voidAbstractRemoteVerificator. finishAuthnResponseProcessing(AbstractRemoteVerificator.RemoteAuthnState state, java.lang.Exception error)Should be called at the end of failed verification.protected AuthenticationResultAbstractRemoteVerificator. getResult(RemotelyAuthenticatedInput input, pl.edu.icm.unity.types.translation.TranslationProfile profile, AbstractRemoteVerificator.RemoteAuthnState state)This method is calling#processRemoteInput(RemotelyAuthenticatedInput)and then#assembleAuthenticationResult(RemotelyAuthenticatedContext).
-