|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.BasePolicyModule
org.jboss.security.microcontainer.beans.FlaggedPolicyModule
public class FlaggedPolicyModule
This class represents a flagged module, that is, a module that has a flag used to control the overall execution process. For example, the authentication login-modules specify a flag to indicate whether each module is required or not to succeed in order for the overall authentication process to be successful.
Field Summary | |
---|---|
protected AppConfigurationEntry.LoginModuleControlFlag |
controlFlag
Login module control flag. |
protected String |
flag
String representation of the control flag. |
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule |
---|
code, options |
Constructor Summary | |
---|---|
FlaggedPolicyModule()
|
Method Summary | |
---|---|
AppConfigurationEntry |
getAppConfigurationEntry()
Utility method that creates an AppConfigurationEntry object using the information contained in this bean. |
String |
getFlag()
Obtains the control flag of the login module. |
void |
setFlag(String flag)
Sets the control flag of the login module. |
String |
toString()
|
Methods inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule |
---|
getCode, getOptions, setCode, setOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String flag
protected AppConfigurationEntry.LoginModuleControlFlag controlFlag
Constructor Detail |
---|
public FlaggedPolicyModule()
Method Detail |
---|
public String getFlag()
Obtains the control flag of the login module.
String
representing the control flag.public void setFlag(String flag)
Sets the control flag of the login module.
flag
- a String
representing the control flag to be set.public AppConfigurationEntry getAppConfigurationEntry()
Utility method that creates an AppConfigurationEntry
object using the information contained in this bean.
AppConfigurationEntry
that has been constructed.public String toString()
toString
in class BasePolicyModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |