java.lang.Object
com.i2group.apollo.model.security.dynamic.transport.Permission

public final class Permission extends Object
A specification of the security access or grant level that is associated with a particular dimension value in a dynamic security schema.
Since:
8.0
  • Method Details

    • getDimensionValue

      public String getDimensionValue()
      Gets a String that contains the identifier of the dimension value that this Permission refers to.
      Returns:
      See above.
    • getLevel

      public String getLevel()
      Gets a String that contains the security access or grant level associated with the dimension value that this Permission refers to.
      Returns:
      See above.
    • toString

      public String toString()
      Returns a String representation of this Permission, in the form <DimensionValueId>: <SecurityLevel>.
      Overrides:
      toString in class Object
      Returns:
      See above.