Uses of Interface
pl.edu.icm.unity.engine.api.authn.remote.SandboxAuthnResultCallback
-
Packages that use SandboxAuthnResultCallback Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of SandboxAuthnResultCallback in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return SandboxAuthnResultCallback Modifier and Type Method Description SandboxAuthnResultCallback
RemoteAuthnState. getSandboxCallback()
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type SandboxAuthnResultCallback Modifier and Type Method Description void
RemoteAuthnState. setSandboxCallback(SandboxAuthnResultCallback sandboxCallback)
protected AbstractRemoteVerificator.RemoteAuthnState
AbstractRemoteVerificator. startAuthnResponseProcessing(SandboxAuthnResultCallback callback, java.lang.String... loggingFacilities)
Should be called at the beginning of authN response verification
-