Uses of Interface
org.apache.geronimo.xbeans.web.AuthConstraintType

Packages that use AuthConstraintType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of AuthConstraintType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return AuthConstraintType
 AuthConstraintType SecurityConstraintType.getAuthConstraint()
          Gets the "auth-constraint" element
 AuthConstraintType SecurityConstraintType.addNewAuthConstraint()
          Appends and returns a new empty "auth-constraint" element
static AuthConstraintType AuthConstraintType.Factory.newInstance()
           
static AuthConstraintType AuthConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(String s)
           
static AuthConstraintType AuthConstraintType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(File f)
           
static AuthConstraintType AuthConstraintType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(URL u)
           
static AuthConstraintType AuthConstraintType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(InputStream is)
           
static AuthConstraintType AuthConstraintType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(Reader r)
           
static AuthConstraintType AuthConstraintType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(Node node)
           
static AuthConstraintType AuthConstraintType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AuthConstraintType AuthConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static AuthConstraintType AuthConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type AuthConstraintType
 void SecurityConstraintType.setAuthConstraint(AuthConstraintType authConstraint)
          Sets the "auth-constraint" element
 

Uses of AuthConstraintType in org.apache.geronimo.xbeans.web.impl
 

Classes in org.apache.geronimo.xbeans.web.impl that implement AuthConstraintType
 class AuthConstraintTypeImpl
          An XML auth-constraintType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return AuthConstraintType
 AuthConstraintType SecurityConstraintTypeImpl.getAuthConstraint()
          Gets the "auth-constraint" element
 AuthConstraintType SecurityConstraintTypeImpl.addNewAuthConstraint()
          Appends and returns a new empty "auth-constraint" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type AuthConstraintType
 void SecurityConstraintTypeImpl.setAuthConstraint(AuthConstraintType authConstraint)
          Sets the "auth-constraint" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.