Interface RankNode

All Known Subinterfaces:
EnumRankNode<E>

public interface RankNode
Represents a node in a rank based permission system.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Pattern
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this rank node.
    @Nullable RankNode
    Returns the previous rank node in the hierarchy.
  • Field Details

    • NAME_PATTERN

      static final Pattern NAME_PATTERN
  • Method Details

    • getName

      String getName()
      Returns the name of this rank node.
    • getPrevious

      @Nullable RankNode getPrevious()
      Returns the previous rank node in the hierarchy.