Class AbstractPersonaPolicy

All Implemented Interfaces:
Serializable, Comparable<AbstractPolicy>

public abstract class AbstractPersonaPolicy extends AbstractPolicy
See Also:
  • Constructor Details

  • Method Details

    • getConnectionId

      public String getConnectionId()
      Unique identifier (GUID) of the connection to which this policy applies.
    • getAssets

      public SortedSet<String> getAssets()
      All assets' qualifiedNames to include in the policy. These act as prefixes, so any assets within these will also be included in the policy. (For example, if you give the qualifiedName of a schema, all tables and columns in that schema are also included in the policy.)
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AbstractPolicy
    • hashCode

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

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AbstractPolicy