Class PolicyInformation

java.lang.Object
com.broadleafcommerce.data.tracking.core.policy.PolicyInformation

public final class PolicyInformation extends Object
DTO object to hold information harvested form Policy annotations during runtime execution of validation.
Author:
Jeff Fischer, Phillip Verheyden (phillipuniverse)
  • Constructor Details

  • Method Details

    • getPermissionRoots

      public String[] getPermissionRoots()
    • getOperationTypes

      public OperationType[] getOperationTypes()
    • getPermissionMatchingStrategy

      public PermissionMatchingStrategy getPermissionMatchingStrategy()
    • getIdentityTypes

      public IdentityType[] getIdentityTypes()
    • getOwnerIdentifier

      public String getOwnerIdentifier()
    • getParam

      public int getParam()
    • getOwnerIdentifierParam

      public int getOwnerIdentifierParam()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object