Interface SecurityProviderConfig
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
- All Known Subinterfaces:
AuthorizationProviderConfig,LoginModuleConfig,RoleMappingProviderConfig
public interface SecurityProviderConfig extends org.jvnet.hk2.config.ConfigBeanProxyBase interface for all security provider implementation configuration. Security plugin configuration objects extend SecurityProviderConfig interface such that the configuration of the plugin can be associated with a specific security service configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the security provider implementation.voidsetName(String value)
-
-
-
Method Detail
-
getName
String getName()
Gets the name of the security provider implementation.
-
setName
void setName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-