Uses of Enum Class
tech.lastbox.lastshield.security.core.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in tech.lastbox.lastshield.security.core
Methods in tech.lastbox.lastshield.security.core that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionRouteAuthority.getHttpMethods()Gets the HTTP methods allowed on this route.Constructors in tech.lastbox.lastshield.security.core with parameters of type HttpMethodModifierConstructorDescriptionRouteAuthority(String path, String role, HttpMethod... httpMethods) Constructs aRouteAuthoritywith the specified path, role, and HTTP methods.RouteAuthority(String path, HttpMethod... httpMethods) Constructs aRouteAuthoritywith the specified path and HTTP methods. -
Uses of HttpMethod in tech.lastbox.lastshield.security.core.http
Methods in tech.lastbox.lastshield.security.core.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.