|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.microcontainer.beans.BasePolicyModule
public class BasePolicyModule
This bean represents a basic policy module, with its class name and options map.
| Field Summary | |
|---|---|
protected String |
code
the fully-qualified name of the module. |
protected Map<String,Object> |
options
The module's options map (name -> value). |
| Constructor Summary | |
|---|---|
BasePolicyModule()
Creates an instance of BasePolicyModule. |
|
| Method Summary | |
|---|---|
String |
getCode()
Obtains the fully-qualified class name of the module. |
Map<String,Object> |
getOptions()
Obtains the module's options. |
void |
setCode(String code)
Sets the fully-qualified class name of the module. |
void |
setOptions(Map<String,Object> options)
Sets the options of the module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String code
protected Map<String,Object> options
| Constructor Detail |
|---|
public BasePolicyModule()
Creates an instance of BasePolicyModule.
| Method Detail |
|---|
public String getCode()
Obtains the fully-qualified class name of the module.
String representing the class name.public void setCode(String code)
Sets the fully-qualified class name of the module.
code - a String representing the class name to be set.public Map<String,Object> getOptions()
Obtains the module's options.
Map<String,Object> containing the module's options.public void setOptions(Map<String,Object> options)
Sets the options of the module.
options - a Map<String,Object> containing the options to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||