JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
thredds.servlet.restrict
Interface RoleSource
All Known Implementing Classes:
RoleDatabase
public interface
RoleSource
This tells whether a user has the named role.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasRole
(
String
username,
String
role)
Method Details
hasRole
boolean
hasRole
(
String
username,
String
role)