| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.authn.remote |
Remote authentication API
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractRemoteVerificator.RemoteAuthnState |
AbstractRemoteVerificator.startAuthnResponseProcessing(SandboxAuthnResultCallback callback,
String... loggingFacilities)
Should be called at the beginning of authN response verification
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRemoteVerificator.finishAuthnResponseProcessing(AbstractRemoteVerificator.RemoteAuthnState state,
Exception error)
Should be called at the end of failed verification.
|
protected AuthenticationResult |
AbstractRemoteVerificator.getResult(RemotelyAuthenticatedInput input,
String profile,
AbstractRemoteVerificator.RemoteAuthnState state)
This method is calling
#processRemoteInput(RemotelyAuthenticatedInput) and then
#assembleAuthenticationResult(RemotelyAuthenticatedContext). |
Copyright © 2018 Unity. All rights reserved.