Uses of Class
org.duracloud.security.domain.HttpVerb
-
Packages that use HttpVerb Package Description org.duracloud.security.domain org.duracloud.security.vote -
-
Uses of HttpVerb in org.duracloud.security.domain
Methods in org.duracloud.security.domain that return HttpVerb Modifier and Type Method Description static HttpVerbHttpVerb. fromString(String text)static HttpVerbHttpVerb. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpVerb[]HttpVerb. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpVerb in org.duracloud.security.vote
Methods in org.duracloud.security.vote that return HttpVerb Modifier and Type Method Description protected HttpVerbSpaceAccessVoter. getHttpVerb(javax.servlet.http.HttpServletRequest httpRequest)
-