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

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

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

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

Methods in org.apache.geronimo.xml.ns.security12 with parameters of type RoleType
 void RoleMappingsType.setRoleArray(int i, RoleType role)
          Sets ith "role" element
 void RoleMappingsType.setRoleArray(RoleType[] roleArray)
          Sets array of all "role" element
 

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

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

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

Methods in org.apache.geronimo.xml.ns.security12.impl with parameters of type RoleType
 void RoleMappingsTypeImpl.setRoleArray(int i, RoleType role)
          Sets ith "role" element
 void RoleMappingsTypeImpl.setRoleArray(RoleType[] roleArray)
          Sets array of all "role" element
 



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