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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerRoleMappingsType
 GerRoleMappingsType GerSecurityType.addNewRoleMappings()
          Appends and returns a new empty "role-mappings" element
 GerRoleMappingsType GerSecurityType.getRoleMappings()
          Gets the "role-mappings" element
static GerRoleMappingsType GerRoleMappingsType.Factory.newInstance()
           
static GerRoleMappingsType GerRoleMappingsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(File file)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(InputStream is)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(Node node)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(Reader r)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(String xmlAsString)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(URL u)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(XMLStreamReader sr)
           
static GerRoleMappingsType GerRoleMappingsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerRoleMappingsType
 void GerSecurityType.setRoleMappings(GerRoleMappingsType roleMappings)
          Sets the "role-mappings" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerRoleMappingsType
 class GerRoleMappingsTypeImpl
          An XML role-mappingsType(@http://geronimo.apache.org/xml/ns/security-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerRoleMappingsType
 GerRoleMappingsType GerSecurityTypeImpl.addNewRoleMappings()
          Appends and returns a new empty "role-mappings" element
 GerRoleMappingsType GerSecurityTypeImpl.getRoleMappings()
          Gets the "role-mappings" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerRoleMappingsType
 void GerSecurityTypeImpl.setRoleMappings(GerRoleMappingsType roleMappings)
          Sets the "role-mappings" element
 



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