| ActuatorRequestMatcher |
A RequestMatcher that is matches all endpoints of an actuator.
|
| AjaxAuthenticationFailureHandler |
Returns a 401 error code (Unauthorized) to the client, when Ajax authentication fails.
|
| AjaxAuthenticationSuccessHandler |
Spring Security success handler, specialized for Ajax requests.
|
| BasePersistentTokenService |
|
| ClearFlowableCookieLogoutHandler |
|
| CustomPersistentRememberMeServices |
Custom implementation of Spring Security's RememberMeServices.
|
| DefaultApiHttpSecurityCustomizer |
|
| DelegatingApiHttpSecurityCustomizer |
|
| FixUserApiHttpSecurityCustomizer |
|
| FlowableAuthenticationSecurityScope |
|
| FlowableAuthenticationTrustResolver |
Flowable Specific implementation of AuthenticationTrustResolver
that returns false when checking if an authentication is a remember me authentication.
|
| FlowableJwtGrantedAuthoritiesMapper |
The Spring Security default implementation prefixes the authorities with SCOPE_ and uses the scopes from OAuth2 in the authorities.
|
| FlowableLoginUrlAuthenticationEntryPoint |
Special Flowable UI Specific LoginUrlAuthenticationEntryPoint that allows adding a redirect on auth success dynamically
to the redirect URL.
|
| FlowableOAuth2GrantedAuthoritiesMapper |
The Spring Security default implementation prefixes the authorities with SCOPE_ and uses the scopes from OAuth2 in the authorities.
|
| FlowableSecurityScopeProvider |
|
| FlowableUiCustomFormLoginConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>> |
|
| FlowableUiSecurityAutoConfiguration |
|
| FlowableUiSecurityAutoConfiguration.ActuatorWebSecurityConfigurationAdapter |
|
| FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter |
|
| FlowableUiSecurityAutoConfiguration.LocalIdmConfiguration |
|
| FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter |
|
| FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration |
|
| IdmEnginePersistentTokenService |
|
| JwtApiHttpSecurityCustomizer |
|
| RemoteIdmAuthenticationProvider |
|
| RemoteIdmPersistentTokenService |
|
| RemoteIdmUserDetailsService |
|
| SecurityUtils |
Utility class for Spring Security.
|