| Package | Description |
|---|---|
| org.pac4j.core.authorization.authorizer | |
| org.pac4j.core.context |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CheckHttpMethodAuthorizer.check(WebContext context,
U profile,
HttpConstants.HTTP_METHOD element) |
| Constructor and Description |
|---|
CheckHttpMethodAuthorizer(HttpConstants.HTTP_METHOD... methods) |
| Constructor and Description |
|---|
CheckHttpMethodAuthorizer(List<HttpConstants.HTTP_METHOD> methods) |
CheckHttpMethodAuthorizer(Set<HttpConstants.HTTP_METHOD> methods) |
| Modifier and Type | Method and Description |
|---|---|
static HttpConstants.HTTP_METHOD |
HttpConstants.HTTP_METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConstants.HTTP_METHOD[] |
HttpConstants.HTTP_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.