Interface RoleSource

  • All Known Implementing Classes:
    RoleDatabase

    public interface RoleSource
    This tells whether a user has the named role.
    • Method Detail

      • hasRole

        boolean hasRole​(String username,
                        String role)