public interface RoleMappingProviderConfig extends SecurityProviderConfig, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
RoleMappingProviderConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Gets the properties of the provider.
|
String |
getProviderClass()
Gets the class name of the role provider.
|
Map<String,?> |
getProviderOptions()
Gets the options of the provider.
|
String |
getSupportRoleDeploy()
Indicates if the provider supports role deployment.
|
String |
getVersion()
Gets the version of the provider.
|
void |
setProviderClass(String value) |
void |
setSupportRoleDeploy(String value) |
void |
setVersion(String value) |
getName, setName@NotNull @JavaClassName String getProviderClass()
void setProviderClass(String value) throws PropertyVetoException
PropertyVetoExceptionString getSupportRoleDeploy()
void setSupportRoleDeploy(String value) throws PropertyVetoException
PropertyVetoExceptionString getVersion()
void setVersion(String value) throws PropertyVetoException
PropertyVetoExceptionList<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.