| Modifier and Type | Method and Description |
|---|---|
List<AzAttributeResolver> |
AuthorizationService.getAttributeResolvers()
Determines the current list of
AttributeResolver instances,
in execution order. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationService.appendAttributeResolver(AzAttributeResolver resolver)
Appends the given
instance to the internal ordered list of AzAttributeResolver instances,
if not currently in the list based on
. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.setAttributeResolvers(List<AzAttributeResolver> resolverList)
Replaces the internal list of
AttributeResolver instances
with the given list. |
| Modifier and Type | Method and Description |
|---|---|
List<AzAttributeResolver> |
AuthorizationServiceImpl.getAttributeResolvers()
Determines the current list of
AttributeResolver instances,
in execution order. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationServiceImpl.appendAttributeResolver(AzAttributeResolver resolver)
Appends the given
instance to the internal ordered list of AzAttributeResolver instances,
if not currently in the list based on
. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationServiceImpl.setAttributeResolvers(List<AzAttributeResolver> resolverList)
Replaces the internal list of
AttributeResolver instances
with the given list. |
| Modifier and Type | Method and Description |
|---|---|
AzResult |
SimpleAuthorizationProviderImpl.getAuthorizationDecision(AzSubject subject,
AzResource resource,
AzAction action,
AzEnvironment environment,
List<AzAttributeResolver> attributeResolvers) |
| Modifier and Type | Method and Description |
|---|---|
AzResult |
AuthorizationProvider.getAuthorizationDecision(AzSubject subject,
AzResource resource,
AzAction action,
AzEnvironment environment,
List<AzAttributeResolver> attributeResolvers)
Evaluates the specified subject, resource, action, and environment against the body of
policy managed by this provider and returns an access control result.
|
Copyright © 2013. All Rights Reserved.