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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerDistinguishedNameType
 GerDistinguishedNameType GerRoleType.addNewDistinguishedName()
          Appends and returns a new empty value (as xml) as the last "distinguished-name" element
 GerDistinguishedNameType[] GerRoleType.getDistinguishedNameArray()
          Gets array of all "distinguished-name" elements
 GerDistinguishedNameType GerRoleType.getDistinguishedNameArray(int i)
          Gets ith "distinguished-name" element
 GerDistinguishedNameType GerRoleType.insertNewDistinguishedName(int i)
          Inserts and returns a new empty value (as xml) as the ith "distinguished-name" element
static GerDistinguishedNameType GerDistinguishedNameType.Factory.newInstance()
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(File file)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(InputStream is)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(Node node)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(Reader r)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(String xmlAsString)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(URL u)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(XMLStreamReader sr)
           
static GerDistinguishedNameType GerDistinguishedNameType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerDistinguishedNameType
 void GerRoleType.setDistinguishedNameArray(GerDistinguishedNameType[] distinguishedNameArray)
          Sets array of all "distinguished-name" element
 void GerRoleType.setDistinguishedNameArray(int i, GerDistinguishedNameType distinguishedName)
          Sets ith "distinguished-name" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerDistinguishedNameType
 class GerDistinguishedNameTypeImpl
          An XML distinguishedNameType(@http://geronimo.apache.org/xml/ns/security-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerDistinguishedNameType
 GerDistinguishedNameType GerRoleTypeImpl.addNewDistinguishedName()
          Appends and returns a new empty value (as xml) as the last "distinguished-name" element
 GerDistinguishedNameType[] GerRoleTypeImpl.getDistinguishedNameArray()
          Gets array of all "distinguished-name" elements
 GerDistinguishedNameType GerRoleTypeImpl.getDistinguishedNameArray(int i)
          Gets ith "distinguished-name" element
 GerDistinguishedNameType GerRoleTypeImpl.insertNewDistinguishedName(int i)
          Inserts and returns a new empty value (as xml) as the ith "distinguished-name" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerDistinguishedNameType
 void GerRoleTypeImpl.setDistinguishedNameArray(GerDistinguishedNameType[] distinguishedNameArray)
          Sets array of all "distinguished-name" element
 void GerRoleTypeImpl.setDistinguishedNameArray(int i, GerDistinguishedNameType distinguishedName)
          Sets ith "distinguished-name" element
 



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