Uses of Interface
org.apache.geronimo.xbeans.j2ee.AuthMethodType

Packages that use AuthMethodType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of AuthMethodType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return AuthMethodType
static AuthMethodType AuthMethodType.Factory.newValue(Object obj)
           
static AuthMethodType AuthMethodType.Factory.newInstance()
           
static AuthMethodType AuthMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(String s)
           
static AuthMethodType AuthMethodType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(File f)
           
static AuthMethodType AuthMethodType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(URL u)
           
static AuthMethodType AuthMethodType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(InputStream is)
           
static AuthMethodType AuthMethodType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(Reader r)
           
static AuthMethodType AuthMethodType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(Node node)
           
static AuthMethodType AuthMethodType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AuthMethodType AuthMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static AuthMethodType AuthMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of AuthMethodType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement AuthMethodType
 class AuthMethodTypeImpl
          An XML auth-methodType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.web that return AuthMethodType
 AuthMethodType LoginConfigType.xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type AuthMethodType
 void LoginConfigType.xsetAuthMethod(AuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return AuthMethodType
 AuthMethodType LoginConfigTypeImpl.xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type AuthMethodType
 void LoginConfigTypeImpl.xsetAuthMethod(AuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 



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