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

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

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

Subinterfaces of GerPrincipalType in org.apache.geronimo.xbeans.geronimo.security
 interface GerLoginDomainPrincipalType
          An XML loginDomainPrincipalType(@http://geronimo.apache.org/xml/ns/security-2.0).
 interface GerRealmPrincipalType
          An XML realmPrincipalType(@http://geronimo.apache.org/xml/ns/security-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerPrincipalType
 GerPrincipalType GerRoleType.addNewPrincipal()
          Appends and returns a new empty value (as xml) as the last "principal" element
 GerPrincipalType[] GerRoleType.getPrincipalArray()
          Gets array of all "principal" elements
 GerPrincipalType GerRoleType.getPrincipalArray(int i)
          Gets ith "principal" element
 GerPrincipalType GerRoleType.insertNewPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "principal" element
static GerPrincipalType GerPrincipalType.Factory.newInstance()
           
static GerPrincipalType GerPrincipalType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(File file)
           
static GerPrincipalType GerPrincipalType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(InputStream is)
           
static GerPrincipalType GerPrincipalType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(Node node)
           
static GerPrincipalType GerPrincipalType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(Reader r)
           
static GerPrincipalType GerPrincipalType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(String xmlAsString)
           
static GerPrincipalType GerPrincipalType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(URL u)
           
static GerPrincipalType GerPrincipalType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPrincipalType GerPrincipalType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPrincipalType GerPrincipalType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPrincipalType GerPrincipalType.Factory.parse(XMLStreamReader sr)
           
static GerPrincipalType GerPrincipalType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerPrincipalType
 void GerRoleType.setPrincipalArray(GerPrincipalType[] principalArray)
          Sets array of all "principal" element
 void GerRoleType.setPrincipalArray(int i, GerPrincipalType principal)
          Sets ith "principal" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerPrincipalType
 class GerLoginDomainPrincipalTypeImpl
          An XML loginDomainPrincipalType(@http://geronimo.apache.org/xml/ns/security-2.0).
 class GerPrincipalTypeImpl
          An XML principalType(@http://geronimo.apache.org/xml/ns/security-2.0).
 class GerRealmPrincipalTypeImpl
          An XML realmPrincipalType(@http://geronimo.apache.org/xml/ns/security-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerPrincipalType
 GerPrincipalType GerRoleTypeImpl.addNewPrincipal()
          Appends and returns a new empty value (as xml) as the last "principal" element
 GerPrincipalType[] GerRoleTypeImpl.getPrincipalArray()
          Gets array of all "principal" elements
 GerPrincipalType GerRoleTypeImpl.getPrincipalArray(int i)
          Gets ith "principal" element
 GerPrincipalType GerRoleTypeImpl.insertNewPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "principal" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerPrincipalType
 void GerRoleTypeImpl.setPrincipalArray(GerPrincipalType[] principalArray)
          Sets array of all "principal" element
 void GerRoleTypeImpl.setPrincipalArray(int i, GerPrincipalType principal)
          Sets ith "principal" element
 



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