public final class ServiceAcl extends Object
Constructor and Description |
---|
ServiceAcl(Optional<Method> method,
Optional<String> pathRegex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Optional<Method> |
method() |
static ServiceAcl |
methodAndPath(Method method,
String pathRegex) |
static ServiceAcl |
path(String pathRegex) |
Optional<String> |
pathRegex() |
String |
toString() |
public static ServiceAcl path(String pathRegex)
public static ServiceAcl methodAndPath(Method method, String pathRegex)