Class PermissionAnalyzerData
java.lang.Object
com.illumon.iris.db.v2.permissions.PermissionAnalyzerData
- All Implemented Interfaces:
Serializable
Serializable data object that includes details of the group, acl and associated collection of filters.
Each filter is string representation of
SelectFilter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionAnalyzerData
(String group, String acl, Collection<String> filters) Initializes below data. -
Method Summary
-
Constructor Details
-
PermissionAnalyzerData
Initializes below data.- Parameters:
group
- The group or user associated with the acl and filtersacl
- The associated ACLfilters
- Collection ofSelectFilter
represented as strings
-
-
Method Details
-
getGroup
-
getACL
-
getFilters
-