|
||||||||||
| 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
org.jboss.security.microcontainer.beans.metadata.FlaggedModuleMetaData
public class FlaggedModuleMetaData
This class extends the BaseModuleMetaData to add the metadata needed to build a FlaggedPolicyModule.
| Field Summary |
|---|
| Fields inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
|---|
code, moduleOptions |
| Constructor Summary | |
|---|---|
FlaggedModuleMetaData()
|
|
| Method Summary | |
|---|---|
org.jboss.beans.metadata.spi.BeanMetaData |
getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject that will be used by the microcontainer to
generate an instance of FlaggedPolicyModule. |
String |
getFlag()
Obtains the flag of the module. |
void |
setFlag(String flag)
Sets the flag of the module. |
| Methods inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
|---|
getCode, getModuleOptions, setCode, setModuleOptions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlaggedModuleMetaData()
| Method Detail |
|---|
public String getFlag()
Obtains the flag of the module.
String representing the module's flag.public void setFlag(String flag)
Sets the flag of the module.
flag - a String representing the flag to be set.public org.jboss.beans.metadata.spi.BeanMetaData getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject that will be used by the microcontainer to
generate an instance of FlaggedPolicyModule.
getBean in class BaseModuleMetaDatamoduleName - 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 | |||||||||