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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo that return GerRoleType
 GerRoleType GerRoleSubjectMappingsType.addNewRole()
          Appends and returns a new empty value (as xml) as the last "role" element
 GerRoleType[] GerRoleSubjectMappingsType.getRoleArray()
          Gets array of all "role" elements
 GerRoleType GerRoleSubjectMappingsType.getRoleArray(int i)
          Gets ith "role" element
 GerRoleType GerRoleSubjectMappingsType.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.subjectinfo with parameters of type GerRoleType
 void GerRoleSubjectMappingsType.setRoleArray(GerRoleType[] roleArray)
          Sets array of all "role" element
 void GerRoleSubjectMappingsType.setRoleArray(int i, GerRoleType role)
          Sets ith "role" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl that return GerRoleType
 GerRoleType GerRoleSubjectMappingsTypeImpl.addNewRole()
          Appends and returns a new empty value (as xml) as the last "role" element
 GerRoleType[] GerRoleSubjectMappingsTypeImpl.getRoleArray()
          Gets array of all "role" elements
 GerRoleType GerRoleSubjectMappingsTypeImpl.getRoleArray(int i)
          Gets ith "role" element
 GerRoleType GerRoleSubjectMappingsTypeImpl.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.subjectinfo.impl with parameters of type GerRoleType
 void GerRoleSubjectMappingsTypeImpl.setRoleArray(GerRoleType[] roleArray)
          Sets array of all "role" element
 void GerRoleSubjectMappingsTypeImpl.setRoleArray(int i, GerRoleType role)
          Sets ith "role" element
 



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