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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRoleMappingProviderConfig.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.jvnet.hk2.config.types.Property>getProperty()Gets the properties of the provider.@NotNull StringgetProviderClass()Gets the class name of the role provider.Map<String,?>getProviderOptions()Gets the options of the provider.booleangetSupportRoleDeploy()Indicates if the provider supports role deployment.StringgetVersion()Gets the version of the provider.voidsetProviderClass(String value)voidsetSupportRoleDeploy(boolean value)voidsetVersion(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Methods inherited from interface org.glassfish.security.services.config.SecurityProviderConfig
getName, setName
-
-
-
-
Method Detail
-
getProviderClass
@NotNull @JavaClassName @NotNull String getProviderClass()
Gets the class name of the role provider.
-
setProviderClass
void setProviderClass(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getSupportRoleDeploy
boolean getSupportRoleDeploy()
Indicates if the provider supports role deployment.
-
setSupportRoleDeploy
void setSupportRoleDeploy(boolean value) throws PropertyVetoException- Throws:
PropertyVetoException
-
getVersion
String getVersion()
Gets the version of the provider.
-
setVersion
void setVersion(String value) throws PropertyVetoException
- 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
-
-