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

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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore with parameters of type RealmType
 void CredentialStoreType.setRealmArray(int i, RealmType realm)
          Sets ith "realm" element
 void CredentialStoreType.setRealmArray(RealmType[] realmArray)
          Sets array of all "realm" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl that return RealmType
 RealmType CredentialStoreTypeImpl.addNewRealm()
          Appends and returns a new empty value (as xml) as the last "realm" element
 RealmType[] CredentialStoreTypeImpl.getRealmArray()
          Gets array of all "realm" elements
 RealmType CredentialStoreTypeImpl.getRealmArray(int i)
          Gets ith "realm" element
 RealmType CredentialStoreTypeImpl.insertNewRealm(int i)
          Inserts and returns a new empty value (as xml) as the ith "realm" element
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl with parameters of type RealmType
 void CredentialStoreTypeImpl.setRealmArray(int i, RealmType realm)
          Sets ith "realm" element
 void CredentialStoreTypeImpl.setRealmArray(RealmType[] realmArray)
          Sets array of all "realm" element
 



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