Interface PermittedGroup


public interface PermittedGroup
Defines an association between a group and a Permission which has been granted to it.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the group to which the permission has been granted.
    Retrieves the permission which has been granted to the group.
  • Method Details

    • getGroup

      @Nonnull String getGroup()
      Retrieves the group to which the permission has been granted.
      Returns:
      the permitted group
    • getPermission

      @Nonnull Permission getPermission()
      Retrieves the permission which has been granted to the group.
      Returns:
      the granted permission