Package oracle.iam.platformservice.api
Interface AuthorizationOPSSService
- All Superinterfaces:
AuthorizationService
The AuthorizationService is an interface specifying a contract that a class providing access
control Implementation must implement.
-
Method Summary
Modifier and TypeMethodDescriptionallowedActions
(String subjectId) Search for the allowed actions for the user on a resource.Methods inherited from interface oracle.iam.platform.authopss.api.AuthorizationService
allowedActions, bulkHasAccess, bulkHasAccess, bulkHasAccessRelationship, hasAccess, hasAccess, hasAccess, hasAccess, hasAccessRelationship
-
Method Details
-
allowedActions
Map<PolicyConstants.Resources,List<String>> allowedActions(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
-