| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConfiguration<T extends SecurityConfiguration>
Abstract base implementation for
SecurityConfigurations that can
combine different implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConfiguration<T extends SecurityConfiguration>
Abstract base implementation for
SecurityConfigurations that can
combine different implementations. |
class |
ConfigurationBase
Abstract base implementation for the various security configurations.
|
static class |
SecurityConfiguration.Default
Default implementation that provides empty initializers, validators,
commit hooks and parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationConfiguration
Interface for the authentication setup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAuthenticationConfiguration
This implementation of the authentication configuration provides login
contexts that accept any credentials and doesn't validate specified
workspace name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TokenConfiguration
Configuration for token management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTokenConfiguration
TokenConfiguration that combines different token provider implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationConfiguration
Configuration for access control management and permission evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAuthorizationConfiguration
This class implements an
AuthorizationConfiguration which grants
full access to any Subject. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrincipalConfiguration
Configuration interface for principal management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositePrincipalConfiguration
PrincipalConfiguration that combines different principal provider
implementations that share a common principal manager implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrivilegeConfiguration
Interface for the privilege management configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserConfiguration
Configuration interface for user management.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.