|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SecurityContext | Interface defining the minimum security information associated with the current thread of execution. |
| Class Summary | |
|---|---|
| HttpSessionContextIntegrationFilter |
Populates the SecurityContextHolder with information obtained
from the HttpSession. |
| SecurityContextHolder | Associates a given SecurityContext with the current execution
thread and any new threads the current execution thread may spawn. |
| SecurityContextImpl | Base implementation of SecurityContext. |
Provides a "request context".
A request context is associated with the current execution thread. It holds objects that would otherwise need to be included in many method signatures, such as for authentication.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||