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

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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerRoleType
 void GerRoleMappingsType.setRoleArray(GerRoleType[] roleArray)
          Sets array of all "role" element
 void GerRoleMappingsType.setRoleArray(int i, GerRoleType role)
          Sets ith "role" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerRoleType
 GerRoleType GerRoleMappingsTypeImpl.addNewRole()
          Appends and returns a new empty value (as xml) as the last "role" element
 GerRoleType[] GerRoleMappingsTypeImpl.getRoleArray()
          Gets array of all "role" elements
 GerRoleType GerRoleMappingsTypeImpl.getRoleArray(int i)
          Gets ith "role" element
 GerRoleType GerRoleMappingsTypeImpl.insertNewRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "role" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerRoleType
 void GerRoleMappingsTypeImpl.setRoleArray(GerRoleType[] roleArray)
          Sets array of all "role" element
 void GerRoleMappingsTypeImpl.setRoleArray(int i, GerRoleType role)
          Sets ith "role" element
 



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