public class ACLModule<T extends ACLModule> extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Class name of the module to be instantiated.
|
ACLModule |
code(String value)
Class name of the module to be instantiated.
|
String |
flag()
The flag controls how the module participates in the overall procedure.
|
ACLModule |
flag(String value)
The flag controls how the module participates in the overall procedure.
|
String |
getKey() |
String |
module()
Name of JBoss Module where the login module is located.
|
ACLModule |
module(String value)
Name of JBoss Module where the login module is located.
|
Map |
moduleOptions()
List of module options containing a name/value pair.
|
ACLModule |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
ACLModule |
moduleOptionsEntry(String key,
Object value)
List of module options containing a name/value pair.
|
public ACLModule(String key)
public String getKey()
public String code()
public String flag()
public ACLModule flag(String value)
public String module()
public ACLModule module(String value)
public Map moduleOptions()
public ACLModule moduleOptions(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.