public interface Authorizer
| Modifier and Type | Method and Description |
|---|---|
Access |
authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action)
Check if the entity represented by
identity is authorized to perform action on resource. |
Access authorize(AuthenticationResult authenticationResult, Resource resource, Action action)
identity is authorized to perform action on resource.authenticationResult - The authentication result of the requestresource - The resource to be accessedaction - The action to perform on the resourceCopyright © 2011–2018. All rights reserved.