Index
All Classes and Interfaces|All Packages
C
- customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.session.autoconfigure.DefaultCookieSerializerCustomizer
-
Customize the cookie serializer.
D
- DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.session.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
DefaultCookieSerializerconfiguration. - deleteSession(String) - Method in class org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
- deleteSession(String) - Method in class org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
- determineTimeout(Supplier) - Method in class org.springframework.boot.session.autoconfigure.SessionProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.
G
- getAttributeNames() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
- getCreationTime() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
- getFilterDispatcherTypes() - Method in class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
- getFilterOrder() - Method in class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
- getId() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
- getLastAccessedTime() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
- getMaxInactiveInterval() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
- getServlet() - Method in class org.springframework.boot.session.autoconfigure.SessionProperties
- getSession(String) - Method in class org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
- getSession(String) - Method in class org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
- getSessions() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor
- getTimeout() - Method in class org.springframework.boot.session.autoconfigure.SessionProperties
- getTimeout() - Method in interface org.springframework.boot.session.autoconfigure.SessionTimeout
-
Returns the session timeout or
nullif no timeout has been configured.
I
- isExpired() - Method in class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor.SessionDescriptor
O
- org.springframework.boot.session.actuate.endpoint - package org.springframework.boot.session.actuate.endpoint
-
Actuator endpoint for Spring Session.
- org.springframework.boot.session.autoconfigure - package org.springframework.boot.session.autoconfigure
-
Auto-configuration for Spring Session.
R
- ReactiveSessionsEndpoint - Class in org.springframework.boot.session.actuate.endpoint
-
@Endpointto expose information about HTTPSessions on a reactive stack. - ReactiveSessionsEndpoint(ReactiveSessionRepository, ReactiveFindByIndexNameSessionRepository) - Constructor for class org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
-
Create a new
ReactiveSessionsEndpointinstance.
S
- Servlet() - Constructor for class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
- SessionAutoConfiguration - Class in org.springframework.boot.session.autoconfigure
-
Auto-configurationfor Spring Session. - SessionAutoConfiguration() - Constructor for class org.springframework.boot.session.autoconfigure.SessionAutoConfiguration
- SessionProperties - Class in org.springframework.boot.session.autoconfigure
-
Configuration properties for Spring Session.
- SessionProperties() - Constructor for class org.springframework.boot.session.autoconfigure.SessionProperties
- SessionProperties.Servlet - Class in org.springframework.boot.session.autoconfigure
-
Servlet-related properties.
- SessionsDescriptor - Class in org.springframework.boot.session.actuate.endpoint
-
Description of user's
sessions. - SessionsDescriptor(Map) - Constructor for class org.springframework.boot.session.actuate.endpoint.SessionsDescriptor
- SessionsDescriptor.SessionDescriptor - Class in org.springframework.boot.session.actuate.endpoint
-
A description of user's
sessionexposed bysessionsendpoint. - SessionsEndpoint - Class in org.springframework.boot.session.actuate.endpoint
-
@Endpointto expose information about HTTPSessions on a Servlet stack. - SessionsEndpoint(SessionRepository, FindByIndexNameSessionRepository) - Constructor for class org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
-
Create a new
SessionsEndpointinstance. - SessionsEndpointAutoConfiguration - Class in org.springframework.boot.session.autoconfigure
-
Auto-configurationforSessionsEndpoint. - SessionsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.session.autoconfigure.SessionsEndpointAutoConfiguration
- sessionsForUsername(String) - Method in class org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
- sessionsForUsername(String) - Method in class org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
- SessionTimeout - Interface in org.springframework.boot.session.autoconfigure
-
Provides access to the configured session timeout.
- setFilterDispatcherTypes(Set) - Method in class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
- setFilterOrder(int) - Method in class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
- setServlet(SessionProperties.Servlet) - Method in class org.springframework.boot.session.autoconfigure.SessionProperties
- setTimeout(Duration) - Method in class org.springframework.boot.session.autoconfigure.SessionProperties
All Classes and Interfaces|All Packages
SessionTimeout