Skip to content

Commit

Permalink
fix access utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Dec 11, 2024
1 parent 6485bcc commit 9c9a2f5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ public final class AccessControlUtils {
public static final String ATTR_SERVICE_LAST_SYNC = "authServicePolicyLastSync";

public static final String ATTR_PURPOSE_CLASSIFICATIONS = "purposeClassifications";

public static final String ATTR_SERVICE_SERVICE_TYPE = "authServiceType";
public static final String ATTR_SERVICE_TAG_SERVICE = "tagService";
public static final String ATTR_SERVICE_IS_ENABLED = "authServiceIsEnabled";
public static final String ATTR_SERVICE_LAST_SYNC = "authServicePolicyLastSync";
public static final String ATTR_POLICY_TYPE = "policyType";
public static final String ATTR_POLICY_USERS = "policyUsers";
public static final String ATTR_POLICY_GROUPS = "policyGroups";
Expand Down

0 comments on commit 9c9a2f5

Please sign in to comment.