| Package | Description |
|---|---|
| com.github.ruifengho.simplesecurity.define | |
| com.github.ruifengho.simplesecurity.util |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
PermissionExpression.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionExpression.setHttpMethod(HttpMethod httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AntPathMatcherUtil.match(javax.servlet.http.HttpServletRequest request,
HttpMethod httpMethod,
java.lang.String pattern)
判断request中的url和method是否和pattern一致
|
Copyright © 2019. All Rights Reserved.