public interface AuthorizationProviderConfig extends SecurityProviderConfig, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuthorizationProviderConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
getProperty()
Gets the properties of the LoginModule.
|
@NotNull String |
getProviderClass()
Gets the class name of the authorization provider.
|
Map<String,?> |
getProviderOptions()
Gets the options of the LoginModule for use with JAAS Configuration.
|
String |
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(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 getSupportPolicyDeploy()
void setSupportPolicyDeploy(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.