Uses of Interface
org.apache.geronimo.xbeans.geronimo.security.subjectinfo.GerDescriptionType

Packages that use GerDescriptionType
org.apache.geronimo.xbeans.geronimo.security.subjectinfo   
org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl   
 

Uses of GerDescriptionType in org.apache.geronimo.xbeans.geronimo.security.subjectinfo
 

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

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo with parameters of type GerDescriptionType
 void GerSecurityType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerRoleType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDefaultSubjectType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerSecurityType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerRoleType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDefaultSubjectType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 

Uses of GerDescriptionType in org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl that return GerDescriptionType
 GerDescriptionType GerSecurityTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerRoleTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerDefaultSubjectTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType[] GerSecurityTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerRoleTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerDefaultSubjectTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType GerSecurityTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerRoleTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerDefaultSubjectTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerSecurityTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerRoleTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerDefaultSubjectTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl with parameters of type GerDescriptionType
 void GerSecurityTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerRoleTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDefaultSubjectTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerSecurityTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerRoleTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDefaultSubjectTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 



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