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

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

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

Methods in org.apache.geronimo.xbeans.web that return SecurityConstraintType
 SecurityConstraintType[] WebAppType.getSecurityConstraintArray()
          Gets array of all "security-constraint" elements
 SecurityConstraintType WebAppType.getSecurityConstraintArray(int i)
          Gets ith "security-constraint" element
 SecurityConstraintType WebAppType.insertNewSecurityConstraint(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-constraint" element
 SecurityConstraintType WebAppType.addNewSecurityConstraint()
          Appends and returns a new empty value (as xml) as the last "security-constraint" element
static SecurityConstraintType SecurityConstraintType.Factory.newInstance()
           
static SecurityConstraintType SecurityConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(String s)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(File f)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(URL u)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(InputStream is)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(Reader r)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(Node node)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SecurityConstraintType SecurityConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static SecurityConstraintType SecurityConstraintType.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 SecurityConstraintType
 void WebAppType.setSecurityConstraintArray(SecurityConstraintType[] securityConstraintArray)
          Sets array of all "security-constraint" element
 void WebAppType.setSecurityConstraintArray(int i, SecurityConstraintType securityConstraint)
          Sets ith "security-constraint" element
 

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

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

Methods in org.apache.geronimo.xbeans.web.impl that return SecurityConstraintType
 SecurityConstraintType[] WebAppTypeImpl.getSecurityConstraintArray()
          Gets array of all "security-constraint" elements
 SecurityConstraintType WebAppTypeImpl.getSecurityConstraintArray(int i)
          Gets ith "security-constraint" element
 SecurityConstraintType WebAppTypeImpl.insertNewSecurityConstraint(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-constraint" element
 SecurityConstraintType WebAppTypeImpl.addNewSecurityConstraint()
          Appends and returns a new empty value (as xml) as the last "security-constraint" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type SecurityConstraintType
 void WebAppTypeImpl.setSecurityConstraintArray(SecurityConstraintType[] securityConstraintArray)
          Sets array of all "security-constraint" element
 void WebAppTypeImpl.setSecurityConstraintArray(int i, SecurityConstraintType securityConstraint)
          Sets ith "security-constraint" element
 



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