| Modifier and Type | Method and Description |
|---|---|
AzResource |
AuthorizationService.makeAzResource(URI resource)
Converts a resource, expressed as a URI, into a typed attributes collection.
|
| Modifier and Type | Method and Description |
|---|---|
AzResult |
AuthorizationService.getAuthorizationDecision(AzSubject subject,
AzResource resource,
AzAction action)
The primary authorization method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AzResourceImpl |
| Modifier and Type | Method and Description |
|---|---|
AzResource |
AuthorizationServiceImpl.makeAzResource(URI resource)
Convert a resource, expressed as a URI, into a typed attributes collection.
|
| Modifier and Type | Method and Description |
|---|---|
AzResult |
AuthorizationServiceImpl.getAuthorizationDecision(AzSubject subject,
AzResource resource,
AzAction action)
The primary authorization method.
|
| Modifier and Type | Method and Description |
|---|---|
protected AzResult.Decision |
SimpleAuthorizationProviderImpl.Decider.decide(AzSubject subject,
AzResource resource,
AzAction action,
AzEnvironment env) |
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.