public interface AuthorizationProviderConfig extends SecurityProviderConfig, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuthorizationProviderConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Gets the properties of the LoginModule.
|
String |
getProviderClass()
Gets the class name of the authorization provider.
|
Map<String,?> |
getProviderOptions()
Gets the options of the LoginModule for use with JAAS Configuration.
|
boolean |
getSupportPolicyDeploy()
Configuration parameter indicating if the provider support policy deploy or not
|
String |
getVersion()
configuration parameter to indicate the version of the provider
|
void |
setProviderClass(String value) |
void |
setSupportPolicyDeploy(boolean value) |
void |
setVersion(String value) |
getName, setName@NotNull @JavaClassName String getProviderClass()
void setProviderClass(String value) throws PropertyVetoException
PropertyVetoExceptionboolean getSupportPolicyDeploy()
void setSupportPolicyDeploy(boolean 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 © 2013. All Rights Reserved.