| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.authn |
Authentication related API and utilities
|
| pl.edu.icm.unity.engine.api.authn.remote |
Remote authentication API
|
| Modifier and Type | Method and Description |
|---|---|
RemotelyAuthenticatedContext |
AuthenticationResult.getRemoteAuthnContext() |
| Constructor and Description |
|---|
AuthenticationResult(AuthenticationResult.Status status,
RemotelyAuthenticatedContext remoteAuthnContext,
AuthenticatedEntity authenticatedEntity)
Used by remote verificators
|
| Modifier and Type | Method and Description |
|---|---|
RemotelyAuthenticatedContext |
RemoteSandboxAuthnContext.getAuthnContext() |
static RemotelyAuthenticatedContext |
RemotelyAuthenticatedContext.getLocalContext() |
RemotelyAuthenticatedContext |
UnknownRemoteUserException.getRemoteContext() |
RemotelyAuthenticatedContext |
RemoteAuthnResultProcessor.processRemoteInput(RemotelyAuthenticatedInput input,
String profile,
boolean dryRun,
Optional<pl.edu.icm.unity.types.basic.IdentityTaV> identity)
Invokes the configured translation profile on the remotely obtained authentication input.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
RemoteAuthnResultProcessor.assembleAuthenticationResult(RemotelyAuthenticatedContext remoteContext)
Tries to resolve the primary identity from the previously created
RemotelyAuthenticatedContext
(usually via #processRemoteInput(RemotelyAuthenticatedInput)) and returns a
final AuthenticationResult depending on the success of this action. |
static boolean |
RemotelyAuthenticatedContext.isLocalContext(RemotelyAuthenticatedContext ctx) |
| Constructor and Description |
|---|
RemoteSandboxAuthnContext(RemotelyAuthenticatedContext authnResult,
String logs) |
Copyright © 2018 Unity. All rights reserved.