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