|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData
public class BaseModuleMetaData
This class contains the metadata of a simple policy module.
| Field Summary | |
|---|---|
protected String |
code
the fully-qualified class name of the module. |
protected List<ModuleOptionMetaData> |
moduleOptions
the module options metadata. |
| Constructor Summary | |
|---|---|
BaseModuleMetaData()
|
|
| Method Summary | |
|---|---|
org.jboss.beans.metadata.spi.BeanMetaData |
getBean(String moduleName)
the BeanMetaData object that will be used by the microcontainer to create and populate an instance of
BasePolicyModule. |
String |
getCode()
Obtains the fully-qualified class name of the module. |
List<ModuleOptionMetaData> |
getModuleOptions()
Obtains the metadata of the module options. |
void |
setCode(String code)
Sets the fully-qualified class name of the module. |
void |
setModuleOptions(List<ModuleOptionMetaData> moduleOptions)
Sets the metadata of the module options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String code
protected List<ModuleOptionMetaData> moduleOptions
| Constructor Detail |
|---|
public BaseModuleMetaData()
| Method Detail |
|---|
public String getCode()
Obtains the fully-qualified class name of the module.
String containing the module's class name.public void setCode(String code)
Sets the fully-qualified class name of the module.
code - a String containing the class name to be set.public List<ModuleOptionMetaData> getModuleOptions()
Obtains the metadata of the module options.
List<ModuleOptionMetaData> containing the option's metadata.public void setModuleOptions(List<ModuleOptionMetaData> moduleOptions)
Sets the metadata of the module options.
moduleOptions - a List<ModuleOptionMetaData> containing the metadata to be set.public org.jboss.beans.metadata.spi.BeanMetaData getBean(String moduleName)
the BeanMetaData object that will be used by the microcontainer to create and populate an instance of
BasePolicyModule.
moduleName - the name of the module bean to be created.
BeanMetaData object containing the metadata needed to create the module bean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||