Interface RoleSource

All Known Implementing Classes:
RoleDatabase

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

    Modifier and Type
    Method
    Description
    boolean
    hasRole(String username, String role)
     
  • Method Details