javax.security.jacc

Class HTTPMethodSpec

final class HTTPMethodSpec extends Object

Constructor Summary
HTTPMethodSpec(String[] HTTPMethods)
HTTPMethodSpec(String name, boolean parseTransportType)
HTTPMethodSpec(String[] HTTPMethods, String transport)
HTTPMethodSpec(String singleMethod, int transport)
Method Summary
booleanequals(HTTPMethodSpec o)
StringgetActions()
inthashCode()
booleanimplies(HTTPMethodSpec p)

Constructor Detail

HTTPMethodSpec

public HTTPMethodSpec(String[] HTTPMethods)

HTTPMethodSpec

public HTTPMethodSpec(String name, boolean parseTransportType)

HTTPMethodSpec

public HTTPMethodSpec(String[] HTTPMethods, String transport)

HTTPMethodSpec

public HTTPMethodSpec(String singleMethod, int transport)

Method Detail

equals

public boolean equals(HTTPMethodSpec o)

getActions

public String getActions()

hashCode

public int hashCode()

implies

public boolean implies(HTTPMethodSpec p)