| Class | Description |
|---|---|
| AccessControlAspect |
The aspect responsible for getting http request security headers
Depending on the AccessControlType, the aspect will check the secretKey, the token, and provide a security context when necessary |
| SecurityContextProvider<T> |
this class is responsible for creating and destroying a security context given a token
this security context will be handled by a ThreadLocal so that it will be accessible in the hole Thread execution's scope
|
Copyright © 2016. All rights reserved.