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

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

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

Subinterfaces of PrincipalType in org.apache.geronimo.xml.ns.security12
 interface LoginDomainPrincipalType
          An XML loginDomainPrincipalType(@http://geronimo.apache.org/xml/ns/security-1.2).
 interface RealmPrincipalType
          An XML realmPrincipalType(@http://geronimo.apache.org/xml/ns/security-1.2).
 

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

Methods in org.apache.geronimo.xml.ns.security12 with parameters of type PrincipalType
 void DefaultPrincipalType.setPrincipal(PrincipalType principal)
          Sets the "principal" element
 void RoleType.setPrincipalArray(int i, PrincipalType principal)
          Sets ith "principal" element
 void RoleType.setPrincipalArray(PrincipalType[] principalArray)
          Sets array of all "principal" element
 

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

Classes in org.apache.geronimo.xml.ns.security12.impl that implement PrincipalType
 class LoginDomainPrincipalTypeImpl
          An XML loginDomainPrincipalType(@http://geronimo.apache.org/xml/ns/security-1.2).
 class PrincipalTypeImpl
          An XML principalType(@http://geronimo.apache.org/xml/ns/security-1.2).
 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 PrincipalType
 PrincipalType RoleTypeImpl.addNewPrincipal()
          Appends and returns a new empty value (as xml) as the last "principal" element
 PrincipalType DefaultPrincipalTypeImpl.addNewPrincipal()
          Appends and returns a new empty "principal" element
 PrincipalType DefaultPrincipalTypeImpl.getPrincipal()
          Gets the "principal" element
 PrincipalType[] RoleTypeImpl.getPrincipalArray()
          Gets array of all "principal" elements
 PrincipalType RoleTypeImpl.getPrincipalArray(int i)
          Gets ith "principal" element
 PrincipalType RoleTypeImpl.insertNewPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "principal" element
 

Methods in org.apache.geronimo.xml.ns.security12.impl with parameters of type PrincipalType
 void DefaultPrincipalTypeImpl.setPrincipal(PrincipalType principal)
          Sets the "principal" element
 void RoleTypeImpl.setPrincipalArray(int i, PrincipalType principal)
          Sets ith "principal" element
 void RoleTypeImpl.setPrincipalArray(PrincipalType[] principalArray)
          Sets array of all "principal" element
 



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