| Constructor and Description |
|---|
AuthModule(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
code()
Class name of the module to be instantiated.
|
T |
code(String value)
Class name of the module to be instantiated.
|
String |
flag()
The flag controls how the module participates in the overall procedure.
|
T |
flag(String value)
The flag controls how the module participates in the overall procedure.
|
String |
getKey() |
String |
loginModuleStackRef()
Reference to a login module stack name previously configured in the same
security domain.
|
T |
loginModuleStackRef(String value)
Reference to a login module stack name previously configured in the same
security domain.
|
String |
module()
Name of JBoss Module where the mapping module code is located.
|
T |
module(String value)
Name of JBoss Module where the mapping module code is located.
|
T |
moduleOption(String key,
Object value)
List of module options containing a name/value pair.
|
Map |
moduleOptions()
List of module options containing a name/value pair.
|
T |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public AuthModule(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="code") public String code()
@ModelNodeBinding(detypedName="flag") public String flag()
public T flag(String value)
@ModelNodeBinding(detypedName="login-module-stack-ref") public String loginModuleStackRef()
public T loginModuleStackRef(String value)
@ModelNodeBinding(detypedName="module") public String module()
@ModelNodeBinding(detypedName="module-options") public Map moduleOptions()
public T moduleOptions(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.