Uses of Interface
org.apache.geronimo.xbeans.geronimo.credentialstore.SubjectType

Packages that use SubjectType
org.apache.geronimo.xbeans.geronimo.credentialstore   
org.apache.geronimo.xbeans.geronimo.credentialstore.impl   
 

Uses of SubjectType in org.apache.geronimo.xbeans.geronimo.credentialstore
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore that return SubjectType
 SubjectType RealmType.addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 SubjectType[] RealmType.getSubjectArray()
          Gets array of all "subject" elements
 SubjectType RealmType.getSubjectArray(int i)
          Gets ith "subject" element
 SubjectType RealmType.insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
static SubjectType SubjectType.Factory.newInstance()
           
static SubjectType SubjectType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(File file)
           
static SubjectType SubjectType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(InputStream is)
           
static SubjectType SubjectType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(Node node)
           
static SubjectType SubjectType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(Reader r)
           
static SubjectType SubjectType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(String xmlAsString)
           
static SubjectType SubjectType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(URL u)
           
static SubjectType SubjectType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SubjectType SubjectType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SubjectType SubjectType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SubjectType SubjectType.Factory.parse(XMLStreamReader sr)
           
static SubjectType SubjectType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore with parameters of type SubjectType
 void RealmType.setSubjectArray(int i, SubjectType subject)
          Sets ith "subject" element
 void RealmType.setSubjectArray(SubjectType[] subjectArray)
          Sets array of all "subject" element
 

Uses of SubjectType in org.apache.geronimo.xbeans.geronimo.credentialstore.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.credentialstore.impl that implement SubjectType
 class SubjectTypeImpl
          An XML subjectType(@http://geronimo.apache.org/xml/ns/credentialstore-1.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl that return SubjectType
 SubjectType RealmTypeImpl.addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 SubjectType[] RealmTypeImpl.getSubjectArray()
          Gets array of all "subject" elements
 SubjectType RealmTypeImpl.getSubjectArray(int i)
          Gets ith "subject" element
 SubjectType RealmTypeImpl.insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl with parameters of type SubjectType
 void RealmTypeImpl.setSubjectArray(int i, SubjectType subject)
          Sets ith "subject" element
 void RealmTypeImpl.setSubjectArray(SubjectType[] subjectArray)
          Sets array of all "subject" element
 



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