| Interface | Description |
|---|---|
| SecretKeyValidator |
The implementation of this interface should only check the secretKey provided by the
AccessControlAspect is valid |
| SecurityCredentialsValidator<T> |
| Enum | Description |
|---|---|
| AccessControlType |
Different Access control types provided by annotation
AccessControl
PUBLIC : no control should be done
ANONYMOUS : the only secretKey will be checked
PRIVATE : both secretKey and token will be checked |
Copyright © 2018. All rights reserved.