public class ServletSecurityElement extends HttpConstraintElement
Constructor and Description |
---|
ServletSecurityElement() |
ServletSecurityElement(Collection<HttpMethodConstraintElement> httpMethodConstraints) |
ServletSecurityElement(HttpConstraintElement defaultHttpConstraintElement) |
ServletSecurityElement(HttpConstraintElement httpConstraintElement,
Collection<HttpMethodConstraintElement> httpMethodConstraints) |
ServletSecurityElement(ServletSecurity servletSecurity) |
Modifier and Type | Method and Description |
---|---|
Collection<HttpMethodConstraintElement> |
getHttpMethodConstraints() |
Collection<String> |
getMethodNames() |
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
public ServletSecurityElement()
public ServletSecurityElement(HttpConstraintElement defaultHttpConstraintElement)
public ServletSecurityElement(Collection<HttpMethodConstraintElement> httpMethodConstraints) throws IllegalArgumentException
IllegalArgumentException
public ServletSecurityElement(HttpConstraintElement httpConstraintElement, Collection<HttpMethodConstraintElement> httpMethodConstraints) throws IllegalArgumentException
IllegalArgumentException
public ServletSecurityElement(ServletSecurity servletSecurity) throws IllegalArgumentException
IllegalArgumentException
public Collection<HttpMethodConstraintElement> getHttpMethodConstraints()
public Collection<String> getMethodNames()
Copyright © 2013. All rights reserved.