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

Packages that use GerSubjectInfoType
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.security   
org.apache.geronimo.xbeans.geronimo.security.impl   
 

Uses of GerSubjectInfoType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerSubjectInfoType
 GerSubjectInfoType GerApplicationClientType.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerApplicationClientType.getDefaultSubject()
          Gets the "default-subject" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerSubjectInfoType
 void GerApplicationClientType.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 

Uses of GerSubjectInfoType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerSubjectInfoType
 GerSubjectInfoType GerApplicationClientTypeImpl.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerApplicationClientTypeImpl.getDefaultSubject()
          Gets the "default-subject" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerSubjectInfoType
 void GerApplicationClientTypeImpl.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerSubjectInfoType
 GerSubjectInfoType GerSecurityType.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerDefaultSubjectDocument.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerRoleType.addNewRunAsSubject()
          Appends and returns a new empty "run-as-subject" element
 GerSubjectInfoType GerSecurityType.getDefaultSubject()
          Gets the "default-subject" element
 GerSubjectInfoType GerDefaultSubjectDocument.getDefaultSubject()
          Gets the "default-subject" element
 GerSubjectInfoType GerRoleType.getRunAsSubject()
          Gets the "run-as-subject" element
static GerSubjectInfoType GerSubjectInfoType.Factory.newInstance()
           
static GerSubjectInfoType GerSubjectInfoType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(File file)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(InputStream is)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(Node node)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(Reader r)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(String xmlAsString)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(URL u)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(XMLStreamReader sr)
           
static GerSubjectInfoType GerSubjectInfoType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerSubjectInfoType
 void GerSecurityType.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 void GerDefaultSubjectDocument.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 void GerRoleType.setRunAsSubject(GerSubjectInfoType runAsSubject)
          Sets the "run-as-subject" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerSubjectInfoType
 class GerSubjectInfoTypeImpl
          An XML subject-infoType(@http://geronimo.apache.org/xml/ns/security-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerSubjectInfoType
 GerSubjectInfoType GerSecurityTypeImpl.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerDefaultSubjectDocumentImpl.addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerSubjectInfoType GerRoleTypeImpl.addNewRunAsSubject()
          Appends and returns a new empty "run-as-subject" element
 GerSubjectInfoType GerSecurityTypeImpl.getDefaultSubject()
          Gets the "default-subject" element
 GerSubjectInfoType GerDefaultSubjectDocumentImpl.getDefaultSubject()
          Gets the "default-subject" element
 GerSubjectInfoType GerRoleTypeImpl.getRunAsSubject()
          Gets the "run-as-subject" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerSubjectInfoType
 void GerSecurityTypeImpl.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 void GerDefaultSubjectDocumentImpl.setDefaultSubject(GerSubjectInfoType defaultSubject)
          Sets the "default-subject" element
 void GerRoleTypeImpl.setRunAsSubject(GerSubjectInfoType runAsSubject)
          Sets the "run-as-subject" element
 



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