javax.servlet
Class ServletSecurityElement
java.lang.Object
javax.servlet.HttpConstraintElement
javax.servlet.ServletSecurityElement
public class ServletSecurityElement
- extends HttpConstraintElement
- Since:
- Servlet 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletSecurityElement
public ServletSecurityElement()
ServletSecurityElement
public ServletSecurityElement(HttpConstraintElement constraint)
ServletSecurityElement
public ServletSecurityElement(java.util.Collection<HttpMethodConstraintElement> methodConstraints)
ServletSecurityElement
public ServletSecurityElement(HttpConstraintElement constraint,
java.util.Collection<HttpMethodConstraintElement> methodConstraints)
ServletSecurityElement
public ServletSecurityElement(ServletSecurity annotation)
getHttpMethodConstraints
public java.util.Collection<HttpMethodConstraintElement> getHttpMethodConstraints()
getMethodNames
public java.util.Collection<java.lang.String> getMethodNames()