| 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.
|
boolean |
RoleMappingService.isUserInRole(String appContext,
AzSubject subject,
AzResource resource,
String role)
Determine whether the user (
AzSubject) has the indicated role
for a given resource (AzResource) and application context. |
| 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.
|
boolean |
RoleMappingServiceImpl.isUserInRole(String appContext,
AzSubject subject,
AzResource resource,
String role)
Determine if the user's is in the specified role.
|
| 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) |
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.