org.apache.geronimo.security.util
Class HTTPMethods

java.lang.Object
  extended by org.apache.geronimo.security.util.HTTPMethods

public class HTTPMethods
extends Object

Tracks sets of HTTP actions for use while computing permissions during web deployment.


Constructor Summary
HTTPMethods()
           
HTTPMethods(HTTPMethods httpMethods, boolean complemented)
           
 
Method Summary
 HTTPMethods add(HTTPMethods httpMethods)
           
 void add(String httpMethod)
           
 String getComplementedHttpMethods()
           
 String getHttpMethods()
           
 StringBuffer getHttpMethodsBuffer()
           
 boolean isNone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPMethods

public HTTPMethods()

HTTPMethods

public HTTPMethods(HTTPMethods httpMethods,
                   boolean complemented)
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.