org.apache.geronimo.security.util
Class HTTPMethods
java.lang.Object
org.apache.geronimo.security.util.HTTPMethods
public class HTTPMethods
- extends Object
Tracks sets of HTTP actions for use while computing permissions during web deployment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPMethods
public HTTPMethods()
HTTPMethods
public HTTPMethods(HTTPMethods httpMethods,
boolean complemented)
add
public void add(String httpMethod)
add
public HTTPMethods add(HTTPMethods httpMethods)
getHttpMethods
public String getHttpMethods()
getHttpMethodsBuffer
public StringBuffer getHttpMethodsBuffer()
getComplementedHttpMethods
public String getComplementedHttpMethods()
isNone
public boolean isNone()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.