| Interface | Description |
|---|---|
| CredentialsService |
User credentials information and service methods
|
| Class | Description |
|---|---|
| CredentialsConfig |
Manage beans and methods that work with user credentials information.
|
| CustomAccessDeniedHandler |
Handles 403 errors that occured before Controller, sending JSON-formatted output
|
| CustomAuthenticationEntryPoint |
Yield JSON-formatted error message for code 401
|
| CustomCredentialsService |
CredentialsService implementation |
| CustomUserDetailsService |
This service will read existing users from data source with
complete credentials (i.e.
|
| SecurityConfig |
Main Security Configuration
|
| TomcatHttpsConfig |
Configuring embedded Tomcat server to work through HTTPS
|