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

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

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

Methods in org.apache.geronimo.xml.ns.security12 that return RealmPrincipalType
 RealmPrincipalType RoleType.addNewRealmPrincipal()
          Appends and returns a new empty value (as xml) as the last "realm-principal" element
 RealmPrincipalType DefaultPrincipalType.addNewRealmPrincipal()
          Appends and returns a new empty "realm-principal" element
 RealmPrincipalType DefaultPrincipalType.getRealmPrincipal()
          Gets the "realm-principal" element
 RealmPrincipalType[] RoleType.getRealmPrincipalArray()
          Gets array of all "realm-principal" elements
 RealmPrincipalType RoleType.getRealmPrincipalArray(int i)
          Gets ith "realm-principal" element
 RealmPrincipalType RoleType.insertNewRealmPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "realm-principal" element
static RealmPrincipalType RealmPrincipalType.Factory.newInstance()
           
static RealmPrincipalType RealmPrincipalType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(File file)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(InputStream is)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(Node node)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(Reader r)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(String xmlAsString)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(URL u)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RealmPrincipalType RealmPrincipalType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RealmPrincipalType RealmPrincipalType.Factory.parse(XMLStreamReader sr)
           
static RealmPrincipalType RealmPrincipalType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xml.ns.security12 with parameters of type RealmPrincipalType
 void DefaultPrincipalType.setRealmPrincipal(RealmPrincipalType realmPrincipal)
          Sets the "realm-principal" element
 void RoleType.setRealmPrincipalArray(int i, RealmPrincipalType realmPrincipal)
          Sets ith "realm-principal" element
 void RoleType.setRealmPrincipalArray(RealmPrincipalType[] realmPrincipalArray)
          Sets array of all "realm-principal" element
 

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

Classes in org.apache.geronimo.xml.ns.security12.impl that implement RealmPrincipalType
 class RealmPrincipalTypeImpl
          An XML realmPrincipalType(@http://geronimo.apache.org/xml/ns/security-1.2).
 

Methods in org.apache.geronimo.xml.ns.security12.impl that return RealmPrincipalType
 RealmPrincipalType RoleTypeImpl.addNewRealmPrincipal()
          Appends and returns a new empty value (as xml) as the last "realm-principal" element
 RealmPrincipalType DefaultPrincipalTypeImpl.addNewRealmPrincipal()
          Appends and returns a new empty "realm-principal" element
 RealmPrincipalType DefaultPrincipalTypeImpl.getRealmPrincipal()
          Gets the "realm-principal" element
 RealmPrincipalType[] RoleTypeImpl.getRealmPrincipalArray()
          Gets array of all "realm-principal" elements
 RealmPrincipalType RoleTypeImpl.getRealmPrincipalArray(int i)
          Gets ith "realm-principal" element
 RealmPrincipalType RoleTypeImpl.insertNewRealmPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "realm-principal" element
 

Methods in org.apache.geronimo.xml.ns.security12.impl with parameters of type RealmPrincipalType
 void DefaultPrincipalTypeImpl.setRealmPrincipal(RealmPrincipalType realmPrincipal)
          Sets the "realm-principal" element
 void RoleTypeImpl.setRealmPrincipalArray(int i, RealmPrincipalType realmPrincipal)
          Sets ith "realm-principal" element
 void RoleTypeImpl.setRealmPrincipalArray(RealmPrincipalType[] realmPrincipalArray)
          Sets array of all "realm-principal" element
 



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