public interface LoginModuleConfig extends SecurityProviderConfig, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginModuleConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getControlFlag()
Gets the JAAS control flag of the LoginModule.
|
@NotNull String |
getModuleClass()
Gets the class name of the LoginModule.
|
Map<String,?> |
getModuleOptions()
Gets the options of the LoginModule for use with JAAS Configuration.
|
List<Property> |
getProperty()
Gets the properties of the LoginModule.
|
void |
setControlFlag(String value) |
void |
setModuleClass(String value) |
getName, setNamecreateChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@NotNull @JavaClassName @NotNull String getModuleClass()
void setModuleClass(String value) throws PropertyVetoException
PropertyVetoException@NotNull @NotNull String getControlFlag()
void setControlFlag(String value) throws PropertyVetoException
PropertyVetoExceptionList<Property> getProperty()
getProperty in interface PropertyBag@DuckTyped Map<String,?> getModuleOptions()
Copyright © 2019. All rights reserved.