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

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

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

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

Methods in org.apache.geronimo.xml.ns.security12 with parameters of type RoleMappingsType
 void SecurityType.setRoleMappings(RoleMappingsType roleMappings)
          Sets the "role-mappings" element
 

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

Classes in org.apache.geronimo.xml.ns.security12.impl that implement RoleMappingsType
 class RoleMappingsTypeImpl
          An XML role-mappingsType(@http://geronimo.apache.org/xml/ns/security-1.2).
 

Methods in org.apache.geronimo.xml.ns.security12.impl that return RoleMappingsType
 RoleMappingsType SecurityTypeImpl.addNewRoleMappings()
          Appends and returns a new empty "role-mappings" element
 RoleMappingsType SecurityTypeImpl.getRoleMappings()
          Gets the "role-mappings" element
 

Methods in org.apache.geronimo.xml.ns.security12.impl with parameters of type RoleMappingsType
 void SecurityTypeImpl.setRoleMappings(RoleMappingsType roleMappings)
          Sets the "role-mappings" element
 



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