Class ServiceAccessControlProperties


public class ServiceAccessControlProperties extends SecurityAccessControlProperties
GovernanceZoneProperties describes a governance zone. This describes the access permissions for a collection of open metadata elements that are members of the governance zone.
  • Constructor Details

    • ServiceAccessControlProperties

      public ServiceAccessControlProperties()
      Default constructor
    • ServiceAccessControlProperties

      public ServiceAccessControlProperties(ServiceAccessControlProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getMappingProperties

      public Map<String,String> getMappingProperties()
      Return the appropriate mapping properties used by the security service needed to map the control to the callable resource.
      Returns:
      text
    • setMappingProperties

      public void setMappingProperties(Map<String,String> mappingProperties)
      Set up the appropriate mapping properties used by the security service needed to map the control to the callable resource.
      Parameters:
      mappingProperties - text
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class SecurityAccessControlProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class GovernanceControlProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class GovernanceControlProperties
      Returns:
      int hash code