| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.authn |
Authentication related API and utilities
|
| pl.edu.icm.unity.engine.api.endpoint |
Endpoint API
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationOption> |
AuthenticatorSupportManagement.getAuthenticatorUIs(List<pl.edu.icm.unity.types.authn.AuthenticationOptionDescription> authnList)
Resolves binding specific authenticator authN implementations for a given
list of
AuthenticationOptionDescription. |
| 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 | Field and Description |
|---|---|
protected List<AuthenticationOption> |
AbstractEndpoint.authenticators |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationOption> |
EndpointInstance.getAuthenticationOptions() |
List<AuthenticationOption> |
AbstractEndpoint.getAuthenticationOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointInstance.initialize(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint endpointDescription,
List<AuthenticationOption> authenticatonOptions,
String serializedConfiguration) |
void |
AbstractEndpoint.initialize(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint description,
List<AuthenticationOption> authenticators,
String serializedConfiguration) |
protected void |
AbstractEndpoint.setAuthenticators(List<AuthenticationOption> authenticators) |
void |
EndpointInstance.updateAuthenticationOptions(List<AuthenticationOption> authenticationOptions)
Runtime update of the authenticators being used by this endpoint.
|
Copyright © 2017 Unity. All rights reserved.