Uses of Interface
org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType

Packages that use GerAbstractLoginModuleType
org.apache.geronimo.xbeans.geronimo.loginconfig   
org.apache.geronimo.xbeans.geronimo.loginconfig.impl   
 

Uses of GerAbstractLoginModuleType in org.apache.geronimo.xbeans.geronimo.loginconfig
 

Subinterfaces of GerAbstractLoginModuleType in org.apache.geronimo.xbeans.geronimo.loginconfig
 interface GerLoginModuleRefType
          An XML login-module-refType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 interface GerLoginModuleType
          An XML login-moduleType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig that return GerAbstractLoginModuleType
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(File file)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(InputStream is)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(Node node)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(Reader r)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(String xmlAsString)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(URL u)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(XMLStreamReader sr)
           
static GerAbstractLoginModuleType GerAbstractLoginModuleType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GerAbstractLoginModuleType in org.apache.geronimo.xbeans.geronimo.loginconfig.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that implement GerAbstractLoginModuleType
 class GerAbstractLoginModuleTypeImpl
          An XML abstract-login-moduleType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 class GerLoginModuleRefTypeImpl
          An XML login-module-refType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 class GerLoginModuleTypeImpl
          An XML login-moduleType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.