Package org.chenile.samples.security
Annotation Interface SecurityConfig
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.
If the resource is UNPROTECTED, the security interceptor does not enforce authentication checks.
Either the authorities or authoritiesSupplier need to be specified. If both are not specified then the authorization for this resource is not checked. Only the authentication check will be enforced.
The authoritiesSupplier must implement the
Either the authorities or authoritiesSupplier need to be specified. If both are not specified then the authorization for this resource is not checked. Only the authentication check will be enforced.
The authoritiesSupplier must implement the
AuthoritiesSupplier interface
If both of them don't exist users will be able to access the service without any restrictions-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements