Interface RoleMappingProviderConfig
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag,SecurityProviderConfig
public interface RoleMappingProviderConfig
extends SecurityProviderConfig, org.jvnet.hk2.config.types.PropertyBag
-
Method Summary
Modifier and TypeMethodDescriptionList<org.jvnet.hk2.config.types.Property> Gets the properties of the provider.@NotNull StringGets the class name of the role provider.Gets the options of the provider by looking at the properties.booleanIndicates if the provider supports role deployment.Gets theversionof the provider.voidsetProviderClass(String providerClass) voidsetSupportRoleDeploy(boolean supportRoleDeploy) voidsetVersion(String version) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyMethods inherited from interface org.glassfish.security.services.config.SecurityProviderConfig
getName, setName
-
Method Details
-
getProviderClass
Gets the class name of the role provider. -
setProviderClass
- Throws:
PropertyVetoException
-
getSupportRoleDeploy
boolean getSupportRoleDeploy()Indicates if the provider supports role deployment. -
setSupportRoleDeploy
- Throws:
PropertyVetoException
-
getVersion
String getVersion()Gets theversionof the provider. -
setVersion
- Throws:
PropertyVetoException
-
getProperty
List<org.jvnet.hk2.config.types.Property> getProperty()Gets the properties of the provider.- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-
getProviderOptions
Gets the options of the provider by looking at the properties.
-