Uses of Interface
org.apache.geronimo.xbeans.geronimo.security.GerDefaultSubjectDocument

Packages that use GerDefaultSubjectDocument
org.apache.geronimo.xbeans.geronimo.security   
org.apache.geronimo.xbeans.geronimo.security.impl   
 

Uses of GerDefaultSubjectDocument in org.apache.geronimo.xbeans.geronimo.security
 

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerDefaultSubjectDocument
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.newInstance()
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(File file)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(InputStream is)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Node node)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Reader r)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(String xmlAsString)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(URL u)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(XMLStreamReader sr)
           
static GerDefaultSubjectDocument GerDefaultSubjectDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GerDefaultSubjectDocument in org.apache.geronimo.xbeans.geronimo.security.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerDefaultSubjectDocument
 class GerDefaultSubjectDocumentImpl
          A document containing one default-subject(@http://geronimo.apache.org/xml/ns/security-2.0) element.
 



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