| Modifier and Type | Method and Description |
|---|---|
void |
SecurityService.initialize(SecurityConfiguration securityServiceConfiguration)
Initialize the security service instance with the specific security service configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfiguration |
CLIUtil.findSecurityConfiguration(Domain domain,
String serviceName,
ActionReport report) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationService
The AuthenticationService Configuration
|
interface |
AuthorizationService |
interface |
RoleMappingService |
| Modifier and Type | Method and Description |
|---|---|
<T extends SecurityConfiguration> |
SecurityConfigurations.getDefaultSecurityServiceByType(Class<T> type)
Gets the default configured security service by security service type.
|
static <T extends SecurityConfiguration> |
SecurityConfigurations.Duck.getDefaultSecurityServiceByType(SecurityConfigurations services,
Class<T> type)
Gets the default configured security service by security service type.
|
static <T extends SecurityConfiguration> |
SecurityConfigurations.Duck.getSecurityServiceByName(SecurityConfigurations services,
String name,
Class<T> type)
Gets a named security service configuration by specific security type.
|
<T extends SecurityConfiguration> |
SecurityConfigurations.getSecurityServiceByName(String name,
Class<T> type)
Gets a named security service configuration by specific security type.
|
<T extends SecurityConfiguration> |
SecurityConfigurations.getSecurityServicesByType(Class<T> type)
Gets the list of configured security services by security service type.
|
static <T extends SecurityConfiguration> |
SecurityConfigurations.Duck.getSecurityServicesByType(SecurityConfigurations services,
Class<T> type)
Gets the list of configured security services by security service type.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfiguration |
SecurityConfigurations.Duck.getSecurityServiceByName(SecurityConfigurations services,
String name)
Gets a named security service configuration.
|
SecurityConfiguration |
SecurityConfigurations.getSecurityServiceByName(String name)
Gets a named security service configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityConfiguration> |
SecurityConfigurations.getSecurityServices()
Gets the list of configured security services.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityProvider |
SecurityConfiguration.Duck.getSecurityProviderByName(SecurityConfiguration securityServiceConfiguration,
String name)
Gets a named security provider.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends SecurityConfiguration> |
ServiceFactory.getSecurityServiceConfiguration(Domain domain,
Class<T> type)
Get the security service configuration for the specified service type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationServiceImpl.initialize(SecurityConfiguration securityServiceConfiguration)
Initialize the Authentication Service configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMappingServiceImpl.initialize(SecurityConfiguration securityServiceConfiguration)
Initialize the Role Mapping service with the configured role mapping provider.
|
void |
AuthorizationServiceImpl.initialize(SecurityConfiguration securityServiceConfiguration)
Initialize the security service instance with the specific security service configuration.
|
Copyright © 2017. All rights reserved.