Package | Description |
---|---|
org.springframework.security.authentication.jaas |
An authentication provider for JAAS.
|
org.springframework.security.core.session |
Session abstraction which is provided by the
org.springframework.security.core.session.SessionInformation
SessionInformation class. |
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJaasAuthenticationProvider.handleLogout(SessionDestroyedEvent event)
Handles the logout by getting the security contexts for the destroyed session and invoking
LoginContext.logout() for any which contain a JaasAuthenticationToken . |
void |
AbstractJaasAuthenticationProvider.onApplicationEvent(SessionDestroyedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SessionRegistryImpl.onApplicationEvent(SessionDestroyedEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionDestroyedEvent
Published by the
HttpSessionEventPublisher when a HttpSession is created in the container |
Copyright © 2019. All rights reserved.