Uses of Interface
org.apache.geronimo.xml.ns.security12.DistinguishedNameType

Packages that use DistinguishedNameType
org.apache.geronimo.xml.ns.security12   
org.apache.geronimo.xml.ns.security12.impl   
 

Uses of DistinguishedNameType in org.apache.geronimo.xml.ns.security12
 

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

Methods in org.apache.geronimo.xml.ns.security12 with parameters of type DistinguishedNameType
 void RoleType.setDistinguishedNameArray(DistinguishedNameType[] distinguishedNameArray)
          Sets array of all "distinguished-name" element
 void RoleType.setDistinguishedNameArray(int i, DistinguishedNameType distinguishedName)
          Sets ith "distinguished-name" element
 

Uses of DistinguishedNameType in org.apache.geronimo.xml.ns.security12.impl
 

Classes in org.apache.geronimo.xml.ns.security12.impl that implement DistinguishedNameType
 class DistinguishedNameTypeImpl
          An XML distinguishedNameType(@http://geronimo.apache.org/xml/ns/security-1.2).
 

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

Methods in org.apache.geronimo.xml.ns.security12.impl with parameters of type DistinguishedNameType
 void RoleTypeImpl.setDistinguishedNameArray(DistinguishedNameType[] distinguishedNameArray)
          Sets array of all "distinguished-name" element
 void RoleTypeImpl.setDistinguishedNameArray(int i, DistinguishedNameType distinguishedName)
          Sets ith "distinguished-name" element
 



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