| Interface | Description |
|---|---|
| Authorizer |
An implementation must have a no-arg constructor, so it can be created through reflection.
|
| RoleSource |
This tells whether a user has the named role.
|
| Class | Description |
|---|---|
| AuthorizerNoop |
No-op implementation of Authorizer.
|
| CAMSAuthorizer |
CAMS authorizarion.
|
| RestrictedAccessController |
Implements restricted datasets.
|
| RoleDatabase |
Implements RoleSource by reading XML in format of tomcat-users.xml.
|
| TomcatAuthorizer |
Use Tomcat security.
|