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

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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore with parameters of type CredentialType
 void SubjectType.setCredentialArray(CredentialType[] credentialArray)
          Sets array of all "credential" element
 void SubjectType.setCredentialArray(int i, CredentialType credential)
          Sets ith "credential" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl that return CredentialType
 CredentialType SubjectTypeImpl.addNewCredential()
          Appends and returns a new empty value (as xml) as the last "credential" element
 CredentialType[] SubjectTypeImpl.getCredentialArray()
          Gets array of all "credential" elements
 CredentialType SubjectTypeImpl.getCredentialArray(int i)
          Gets ith "credential" element
 CredentialType SubjectTypeImpl.insertNewCredential(int i)
          Inserts and returns a new empty value (as xml) as the ith "credential" element
 

Methods in org.apache.geronimo.xbeans.geronimo.credentialstore.impl with parameters of type CredentialType
 void SubjectTypeImpl.setCredentialArray(CredentialType[] credentialArray)
          Sets array of all "credential" element
 void SubjectTypeImpl.setCredentialArray(int i, CredentialType credential)
          Sets ith "credential" element
 



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