Uses of Interface
org.apache.geronimo.xbeans.web.LoginConfigType

Packages that use LoginConfigType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of LoginConfigType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return LoginConfigType
 LoginConfigType WebAppType.getLoginConfig()
          Gets the "login-config" element
 LoginConfigType WebAppType.addNewLoginConfig()
          Appends and returns a new empty "login-config" element
static LoginConfigType LoginConfigType.Factory.newInstance()
           
static LoginConfigType LoginConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(String s)
           
static LoginConfigType LoginConfigType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(File f)
           
static LoginConfigType LoginConfigType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(URL u)
           
static LoginConfigType LoginConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(InputStream is)
           
static LoginConfigType LoginConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(Reader r)
           
static LoginConfigType LoginConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(Node node)
           
static LoginConfigType LoginConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LoginConfigType LoginConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static LoginConfigType LoginConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type LoginConfigType
 void WebAppType.setLoginConfig(LoginConfigType loginConfig)
          Sets the "login-config" element
 

Uses of LoginConfigType in org.apache.geronimo.xbeans.web.impl
 

Classes in org.apache.geronimo.xbeans.web.impl that implement LoginConfigType
 class LoginConfigTypeImpl
          An XML login-configType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return LoginConfigType
 LoginConfigType WebAppTypeImpl.getLoginConfig()
          Gets the "login-config" element
 LoginConfigType WebAppTypeImpl.addNewLoginConfig()
          Appends and returns a new empty "login-config" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type LoginConfigType
 void WebAppTypeImpl.setLoginConfig(LoginConfigType loginConfig)
          Sets the "login-config" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.