| Interface | Description | 
|---|---|
| AuthenticationModeConfiguration | Defines the Authentication mode being used. | 
| ForbiddenRedirectConfiguration | Configuration about where to redirect if forbidden. | 
| RedirectConfiguration | |
| RedirectService | Get redirection URLs combining context path and redirect configuration. | 
| RefreshRedirectConfiguration | Configuration about where to redirect after a successful refresh request. | 
| SecurityConfiguration | Defines security configuration properties. | 
| TokenCookieConfiguration | Represents configuration for a cookie that will store a token. | 
| UnauthorizedRedirectConfiguration | Configuration about where to redirect if unauthorized. | 
| Class | Description | 
|---|---|
| DefaultRedirectService | Get redirection URLs combining context path and redirect configuration. | 
| InterceptUrlMapConverter | |
| InterceptUrlMapPattern | |
| RedirectConfigurationProperties | ConfigurationPropertiesimplementation ofRedirectConfiguration. | 
| RedirectConfigurationProperties.ForbiddenRedirectConfigurationProperties | Forbidden redirect configuration. | 
| RedirectConfigurationProperties.RefreshRedirectConfigurationProperties | Forbidden redirect configuration. | 
| RedirectConfigurationProperties.UnauthorizedRedirectConfigurationProperties | Unauthorized redirect configuration. | 
| SecurityConfigurationProperties | Stores configuration for JWT. | 
| ServerContextPathProviderUtils | Utility methods to prepend a URL with the context path provided via  ServerContextPathProvider. | 
| Enum | Description | 
|---|---|
| AuthenticationStrategy | Options for how to handle multiple authentication providers. |