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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig that return GerLoginModuleRefType
 GerLoginModuleRefType GerLoginConfigType.addNewLoginModuleRef()
          Appends and returns a new empty value (as xml) as the last "login-module-ref" element
 GerLoginModuleRefType[] GerLoginConfigType.getLoginModuleRefArray()
          Gets array of all "login-module-ref" elements
 GerLoginModuleRefType GerLoginConfigType.getLoginModuleRefArray(int i)
          Gets ith "login-module-ref" element
 GerLoginModuleRefType GerLoginConfigType.insertNewLoginModuleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "login-module-ref" element
static GerLoginModuleRefType GerLoginModuleRefType.Factory.newInstance()
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(File file)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(InputStream is)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(Node node)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(Reader r)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(String xmlAsString)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(URL u)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GerLoginModuleRefType GerLoginModuleRefType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig with parameters of type GerLoginModuleRefType
 void GerLoginConfigType.setLoginModuleRefArray(GerLoginModuleRefType[] loginModuleRefArray)
          Sets array of all "login-module-ref" element
 void GerLoginConfigType.setLoginModuleRefArray(int i, GerLoginModuleRefType loginModuleRef)
          Sets ith "login-module-ref" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that implement GerLoginModuleRefType
 class GerLoginModuleRefTypeImpl
          An XML login-module-refType(@http://geronimo.apache.org/xml/ns/loginconfig-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that return GerLoginModuleRefType
 GerLoginModuleRefType GerLoginConfigTypeImpl.addNewLoginModuleRef()
          Appends and returns a new empty value (as xml) as the last "login-module-ref" element
 GerLoginModuleRefType[] GerLoginConfigTypeImpl.getLoginModuleRefArray()
          Gets array of all "login-module-ref" elements
 GerLoginModuleRefType GerLoginConfigTypeImpl.getLoginModuleRefArray(int i)
          Gets ith "login-module-ref" element
 GerLoginModuleRefType GerLoginConfigTypeImpl.insertNewLoginModuleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "login-module-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl with parameters of type GerLoginModuleRefType
 void GerLoginConfigTypeImpl.setLoginModuleRefArray(GerLoginModuleRefType[] loginModuleRefArray)
          Sets array of all "login-module-ref" element
 void GerLoginConfigTypeImpl.setLoginModuleRefArray(int i, GerLoginModuleRefType loginModuleRef)
          Sets ith "login-module-ref" element
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.