org.apache.geronimo.xml.ns.loginconfig_1
abstract public class: AbstractLoginModuleType [javadoc |
source]
java.lang.Object
org.apache.geronimo.xml.ns.loginconfig_1.AbstractLoginModuleType
Direct Known Subclasses:
LoginModuleRefType, LoginModuleType
Java class for abstract-login-moduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstract-login-moduleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="control-flag" use="required" type="{http://geronimo.apache.org/xml/ns/loginconfig-1.1}control-flagType" />
<attribute name="wrap-principals" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
Field Summary |
---|
protected ControlFlagType | controlFlag | |
protected Boolean | wrapPrincipals | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |