Skip navigation links 
 
oracle.iam.platformservice.api
Interface AuthorizationOPSSService
- All Superinterfaces:
 
- AuthorizationService
 
- 
public interface AuthorizationOPSSService
 
- extends AuthorizationService
 
The AuthorizationService is an interface specifying a contract that a class providing access control Implementation must implement.
 
| Method Summary | 
 java.util.Map | 
allowedActions(java.lang.String subjectId) 
          Search for the allowed actions for the user on a resource. | 
 
 
 
allowedActions
java.util.Map allowedActions(java.lang.String subjectId)
                             throws AccessDeniedException
- Search for the allowed actions for the user on a resource.
 
- 
- Parameters:
 
subjectId - usr_key of the user performing the action, required. 
- Returns:
 
- returns List of allowed actions per resources.
 
- Throws:
 
AccessDeniedException 
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.