| Package | Description |
|---|---|
| org.sklsft.commons.rest.security.access | |
| org.sklsft.commons.rest.security.aspect |
| Class and 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 |
| Class and Description |
|---|
| AccessController
This class will :
Extract the token and the application secret key with @{link TokenExtractor}
Give a security context with the
SecurityContextProvider |
Copyright © 2018. All rights reserved.