public interface RoleMappingProviderConfig extends SecurityProviderConfig, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
RoleMappingProviderConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
getProperty()
Gets the properties of the provider.
|
@NotNull 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, setNamecreateChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@NotNull @JavaClassName @NotNull 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<Property> getProperty()
getProperty in interface PropertyBag@DuckTyped Map<String,?> getProviderOptions()
Copyright © 2019. All rights reserved.