Package | Description |
---|---|
org.springframework.security.authentication.jaas |
An authentication provider for JAAS.
|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.core.session |
Session abstraction which is provided by the
org.springframework.security.core.session.SessionInformation
SessionInformation class. |
org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Class and Description |
---|
SessionDestroyedEvent
Generic "session termination" event which indicates that a session (potentially
represented by a security context) has ended.
|
Class and Description |
---|
SessionRegistry
Maintains a registry of
SessionInformation instances. |
Class and Description |
---|
SessionDestroyedEvent
Generic "session termination" event which indicates that a session (potentially
represented by a security context) has ended.
|
SessionInformation
Represents a record of a session within the Spring Security framework.
|
SessionRegistry
Maintains a registry of
SessionInformation instances. |
Class and Description |
---|
SessionInformation
Represents a record of a session within the Spring Security framework.
|
SessionRegistry
Maintains a registry of
SessionInformation instances. |
Class and Description |
---|
SessionCreationEvent
Generic session creation event which indicates that a session (potentially
represented by a security context) has begun.
|
SessionDestroyedEvent
Generic "session termination" event which indicates that a session (potentially
represented by a security context) has ended.
|
SessionInformation
Represents a record of a session within the Spring Security framework.
|
SessionRegistry
Maintains a registry of
SessionInformation instances. |
Copyright © 2019. All rights reserved.