|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.microcontainer.beans.LoginModuleStackBean
public class LoginModuleStackBean
This class represents a stack of login-modules that has been configured as part of a JASPI authentication policy.
| Constructor Summary | |
|---|---|
LoginModuleStackBean()
Creates an instance of LoginModuleStackBean. |
|
| Method Summary | |
|---|---|
List<FlaggedPolicyModule> |
getLoginModules()
Obtains the login-modules that form the stack. |
LoginModuleStackHolder |
getLoginModuleStackHolder()
Creates a LoginModuleStackHolder using the information contained in this bean. |
String |
getName()
Obtains the name of the stack. |
void |
setLoginModules(List<FlaggedPolicyModule> loginModules)
Sets the login-modules that form the stack. |
void |
setName(String name)
Sets the name of the stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginModuleStackBean()
Creates an instance of LoginModuleStackBean.
| Method Detail |
|---|
public String getName()
Obtains the name of the stack.
String representing the name of the stack.public void setName(String name)
Sets the name of the stack.
name - a String representing the name to be set.public List<FlaggedPolicyModule> getLoginModules()
Obtains the login-modules that form the stack.
List<FlaggedPolicyModule> containing the login-modules.public void setLoginModules(List<FlaggedPolicyModule> loginModules)
Sets the login-modules that form the stack.
loginModules - a List<FlaggedPolicyModule> containing the modules to be set.public LoginModuleStackHolder getLoginModuleStackHolder()
Creates a LoginModuleStackHolder using the information contained in this bean.
LoginModuleStackHolder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||