public class ServletSecurityElement extends HttpConstraintElement
| Constructor and Description |
|---|
ServletSecurityElement () |
ServletSecurityElement (java.util.Collection<HttpMethodConstraintElement> constraints) |
ServletSecurityElement (HttpConstraintElement constraint) |
ServletSecurityElement (HttpConstraintElement constraint,
java.util.Collection<HttpMethodConstraintElement> constraints) |
ServletSecurityElement (ServletSecurity annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HttpMethodConstraintElement> |
getHttpMethodConstraints ()
Returns the HTTP method specific constraint elements.
|
java.util.Collection<java.lang.String> |
getMethodNames ()
Returns the HTTP method names defined by the constraints.
|
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ServletSecurityElement()
public ServletSecurityElement(HttpConstraintElement constraint)
public ServletSecurityElement(java.util.Collection<HttpMethodConstraintElement> constraints)
public ServletSecurityElement(HttpConstraintElement constraint, java.util.Collection<HttpMethodConstraintElement> constraints)
public ServletSecurityElement(ServletSecurity annotation)
public java.util.Collection<HttpMethodConstraintElement> getHttpMethodConstraints()
public java.util.Collection<java.lang.String> getMethodNames()