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

public final class Permissions extends Object
A collection of Permissions that are associated with a particular dimension in a dynamic security schema.
Since:
8.0
  • Method Details

    • getDimension

      public String getDimension()
      Gets a String that contains the identifier of the dimension that this Permissions refers to.
      Returns:
      See above.
    • getPermissions

      public Collection<Permission> getPermissions()
      Gets the Permissions that are associated with the dimension that this Permissions refers to.
      Returns:
      See above.
    • toString

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