public interface LoginModuleConfig extends SecurityProviderConfig, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginModuleConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getControlFlag()
Gets the JAAS control flag of the LoginModule.
|
String |
getModuleClass()
Gets the class name of the LoginModule.
|
Map<String,?> |
getModuleOptions()
Gets the options of the LoginModule for use with JAAS Configuration.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Gets the properties of the LoginModule.
|
void |
setControlFlag(String value) |
void |
setModuleClass(String value) |
getName, setName@NotNull @JavaClassName String getModuleClass()
void setModuleClass(String value) throws PropertyVetoException
PropertyVetoException@NotNull String getControlFlag()
void setControlFlag(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.