public class HttpMethodConstraintElement extends HttpConstraintElement
Constructor and Description |
---|
HttpMethodConstraintElement(java.lang.String methodName)
Constructs an element with the specified method name.
|
HttpMethodConstraintElement(java.lang.String methodName,
HttpConstraintElement constraint)
Constructs an element with the specified method name and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Returns the HTTP method name.
|
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
public HttpMethodConstraintElement(java.lang.String methodName)
public HttpMethodConstraintElement(java.lang.String methodName, HttpConstraintElement constraint)