Class PermissionResult
java.lang.Object
edu.internet2.middleware.grouper.permissions.PermissionResult
bean that has helper methods to process the permissions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget allowed extensions for this actionpermissionNameExtensions
(String stemName, String action, Subject subject, Stem.Scope scope) get allowed extensions for this action
-
Constructor Details
-
PermissionResult
public PermissionResult()constructor -
PermissionResult
- Parameters:
thePermissionEntries
-
-
-
Method Details
-
permissionNameExtensions
get allowed extensions for this action- Returns:
- the extensions allowed, never null
-
permissionNameExtensions
public Set<String> permissionNameExtensions(String stemName, String action, Subject subject, Stem.Scope scope) get allowed extensions for this action- Parameters:
stemName
-action
-subject
-scope
-- Returns:
- the extensions allowed, never null
-