javax.servlet
Class ServletSecurityElement

java.lang.Object
  extended by javax.servlet.HttpConstraintElement
      extended by javax.servlet.ServletSecurityElement

public class ServletSecurityElement
extends HttpConstraintElement

Since:
3.0
Version:
$Rev: 916436 $ $Date: 2010-02-25 21:18:43 +0100 (Do, 25. Feb 2010) $

Constructor Summary
ServletSecurityElement()
           
ServletSecurityElement(Collection<HttpMethodConstraintElement> httpMethodConstraints)
           
ServletSecurityElement(HttpConstraintElement defaultHttpConstraintElement)
           
ServletSecurityElement(HttpConstraintElement httpConstraintElement, Collection<HttpMethodConstraintElement> httpMethodConstraints)
           
ServletSecurityElement(ServletSecurity servletSecurity)
           
 
Method Summary
 Collection<HttpMethodConstraintElement> getHttpMethodConstraints()
           
 Collection<String> getMethodNames()
           
 
Methods inherited from class javax.servlet.HttpConstraintElement
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletSecurityElement

public ServletSecurityElement()

ServletSecurityElement

public ServletSecurityElement(HttpConstraintElement defaultHttpConstraintElement)

ServletSecurityElement

public ServletSecurityElement(Collection<HttpMethodConstraintElement> httpMethodConstraints)
                       throws IllegalArgumentException
Throws:
IllegalArgumentException

ServletSecurityElement

public ServletSecurityElement(HttpConstraintElement httpConstraintElement,
                              Collection<HttpMethodConstraintElement> httpMethodConstraints)
                       throws IllegalArgumentException
Throws:
IllegalArgumentException

ServletSecurityElement

public ServletSecurityElement(ServletSecurity servletSecurity)
                       throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

getHttpMethodConstraints

public Collection<HttpMethodConstraintElement> getHttpMethodConstraints()

getMethodNames

public Collection<String> getMethodNames()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.