| 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) |
boolean |
SimpleRoleMappingProviderImpl.isUserInRole(String appContext,
AzSubject subject,
AzResource resource,
String role,
AzEnvironment environment,
List<AzAttributeResolver> resolvers) |
| 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.
|
boolean |
RoleMappingProvider.isUserInRole(String appContext,
AzSubject subject,
AzResource resource,
String role,
AzEnvironment environment,
List<AzAttributeResolver> attributeResolvers)
Determine whether the user (
AzSubject) has the indicated role
for a given resource (AzResource) and application context. |
Copyright © 2017. All rights reserved.