| Interface | Description |
|---|---|
| RolesFilter |
| Class | Description |
|---|---|
| AbstractRolesFilter |
Base class for creating filters that add the user's roles to the request and
set a session attribute,
roles which will contain an array of
role names. |
| RolesFromDbFilter |
Filter that adds the user's roles from a
UserDao to the request. |
| RolesRequestWrapper |
Wraps an HttpServletRequest object, so that roles for the principal can be
implemented if none are populated in the request instance.
|
Copyright © 2016–2019 Emory University. All rights reserved.