public class ServiceFactory extends Object
Constructor and Description |
---|
ServiceFactory() |
Modifier and Type | Method and Description |
---|---|
static <T extends SecurityConfiguration> |
getSecurityServiceConfiguration(Domain domain,
Class<T> type)
Get the security service configuration for the specified service type.
|
public static <T extends SecurityConfiguration> T getSecurityServiceConfiguration(Domain domain, Class<T> type)
domain
- The current Domain configuration objecttype
- The type of the security service configurationCopyright © 2021. All rights reserved.