public class ServiceFactory extends Object
| Constructor and Description |
|---|
ServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SecurityConfiguration> |
getSecurityServiceConfiguration(com.sun.enterprise.config.serverbeans.Domain domain,
Class<T> type)
Get the security service configuration for the specified service type.
|
public static <T extends SecurityConfiguration> T getSecurityServiceConfiguration(com.sun.enterprise.config.serverbeans.Domain domain, Class<T> type)
domain - The current Domain configuration objecttype - The type of the security service configurationCopyright © 2013. All Rights Reserved.