|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.metadata.LoginModuleStackMetaData
public class LoginModuleStackMetaData
This class contains the metadata of a stack of login modules.
Constructor Summary | |
---|---|
LoginModuleStackMetaData()
|
Method Summary | |
---|---|
List<org.jboss.beans.metadata.spi.BeanMetaData> |
getBeans(String stackName)
Creates the BeanMetaData objects that will be used by the microcontainer to create and populate an
instance of LoginModuleStackBean . |
List<FlaggedModuleMetaData> |
getLoginModules()
Obtains the metadata of the stack modules. |
String |
getName()
Obtains the name of the login module stack. |
void |
setLoginModules(List<FlaggedModuleMetaData> loginModules)
Sets the stack modules metadata. |
void |
setName(String name)
Sets the name of the login module stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginModuleStackMetaData()
Method Detail |
---|
public String getName()
Obtains the name of the login module stack.
String
containing the name of the stack.public void setName(String name)
Sets the name of the login module stack.
name
- a String
containing the name to be set.public List<FlaggedModuleMetaData> getLoginModules()
Obtains the metadata of the stack modules.
List
containing the metadata of the stack modules.public void setLoginModules(List<FlaggedModuleMetaData> loginModules)
Sets the stack modules metadata.
loginModules
- a List
containing the metadata to be set.public List<org.jboss.beans.metadata.spi.BeanMetaData> getBeans(String stackName)
Creates the BeanMetaData
objects that will be used by the microcontainer to create and populate an
instance of LoginModuleStackBean
.
stackName
- the name of the LoginModuleStackBean
to be created.
List
containing all BeanMetaData
objects needed to create the bean and its modules.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |