| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.authn |
Authentication related API and utilities
|
| Modifier and Type | Method and Description |
|---|---|
PartialAuthnState |
AuthenticationProcessor.processPrimaryAuthnResult(AuthenticationResult result,
AuthenticationFlow authenticationFlow,
String authnOptionId)
Starting point: the result of the primary authenticator is verified.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedEntity |
AuthenticationProcessor.finalizeAfterPrimaryAuthentication(PartialAuthnState state,
boolean skipSecondFactor)
Should be used if the second step authentication is not required: retrieve a final
AuthenticatedEntity. |
AuthenticatedEntity |
AuthenticationProcessor.finalizeAfterSecondaryAuthentication(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 © 2018 Unity. All rights reserved.