All Classes and Interfaces

Class
Description
Implement this interface to supply a list of authorities that we would like to validate against the Principal to see if this service can be accessed.
 
 
This provides the authorities that are required to access this service.
The value() of the class is the enum which specifies if the given resource is PROTECTED or UNPROTECTED.
 
 
This interceptor uses SecurityConfig to secure this particular resource.It first looks at the SecurityConfig to see if there are any guarding authorities for this service.