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