| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.authn |
Authentication related API and utilities
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProcessor.PartialAuthnState |
AuthenticationProcessor.processPrimaryAuthnResult(AuthenticationResult result,
AuthenticationOption authenticationOption)
Starting point: the result of the primary authenticator is verified.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedEntity |
AuthenticationProcessor.finalizeAfterPrimaryAuthentication(AuthenticationProcessor.PartialAuthnState state)
Should be used if the second step authentication is required to process second authenticator results
and retrieve a final
AuthenticatedEntity. |
AuthenticatedEntity |
AuthenticationProcessor.finalizeAfterSecondaryAuthentication(AuthenticationProcessor.PartialAuthnState state,
AuthenticationResult result2)
Should be used if the second step authentication is required to process second authenticator results
and retrieve a final
AuthenticatedEntity. |
Copyright © 2017 Unity. All rights reserved.