Package | Description |
---|---|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.authentication.logout |
Logout functionality based around a filter which handles a specific logout URL.
|
Modifier and Type | Class and Description |
---|---|
class |
SavedRequestAwareAuthenticationSuccessHandler
An authentication success strategy which can make use of the
DefaultSavedRequest which may have been stored in
the session by the ExceptionTranslationFilter . |
class |
SimpleUrlAuthenticationSuccessHandler
AuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUrlLogoutSuccessHandler
Handles the navigation on logout by delegating to the
AbstractAuthenticationTargetUrlRequestHandler
base class logic. |
Copyright © 2019. All rights reserved.