Class PermissionAnalyzerData

java.lang.Object
com.illumon.iris.db.v2.permissions.PermissionAnalyzerData
All Implemented Interfaces:
Serializable

public class PermissionAnalyzerData extends Object implements 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 Details

    • PermissionAnalyzerData

      public PermissionAnalyzerData(String group, String acl, Collection<String> filters)
      Initializes below data.
      Parameters:
      group - The group or user associated with the acl and filters
      acl - The associated ACL
      filters - Collection of SelectFilter represented as strings
  • Method Details