Package thredds.servlet.restrict
Interface RoleSource
-
- All Known Implementing Classes:
RoleDatabase
public interface RoleSourceThis tells whether a user has the named role.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasRole(String username, String role)
-