Interface | Description |
---|---|
AuthenticationModeConfiguration |
Defines the Authentication mode being used.
|
ForbiddenRedirectConfiguration |
Configuration about where to redirect if forbidden.
|
RedirectConfiguration | |
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 |
---|---|
InterceptUrlMapConverter | |
InterceptUrlMapPattern | |
RedirectConfigurationProperties |
ConfigurationProperties implementation of RedirectConfiguration . |
RedirectConfigurationProperties.ForbiddenRedirectConfigurationProperties |
Forbidden redirect configuration.
|
RedirectConfigurationProperties.RefreshRedirectConfigurationProperties |
Forbidden redirect configuration.
|
RedirectConfigurationProperties.UnauthorizedRedirectConfigurationProperties |
Unauthorized redirect configuration.
|
SecurityConfigurationProperties |
Stores configuration for JWT.
|
Enum | Description |
---|---|
AuthenticationStrategy |
Options for how to handle multiple authentication providers.
|