public interface ResourceAuthorization
AuthorizationResults for a given caller's access to a particular resource.| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
getAttributeResult(String attribute,
Action.ActionEffect actionEffect)
Get the authorization result for an individual attribute.
|
AuthorizationResult |
getOperationResult(String operationName)
Get the authorization result for an individual operation.
|
AuthorizationResult |
getResourceResult(Action.ActionEffect actionEffect)
Get the authorization result for the entire resource for the given effect.
|
AuthorizationResult getResourceResult(Action.ActionEffect actionEffect)
actionEffect - the action effectAuthorizationResult getAttributeResult(String attribute, Action.ActionEffect actionEffect)
attribute - the attributeactionEffect - the action effectAuthorizationResult getOperationResult(String operationName)
operationName - the operation nameCopyright © 2018 JBoss by Red Hat. All rights reserved.