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

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

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

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

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

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

Classes in org.apache.geronimo.xbeans.geronimo.security.subjectinfo.impl that implement GerRoleSubjectMappingsType
 class GerRoleSubjectMappingsTypeImpl
          An XML role-subject-mappingsType(@http://geronimo.apache.org/xml/ns/subject-info-1.0).
 

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

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



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