Index

C D G I O R S 
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 DefaultCookieSerializer configuration.
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.
since 4.0.1 for removal in 4.2.0 in favor of SessionTimeout

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 null if 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
@Endpoint to expose information about HTTP Sessions on a reactive stack.
ReactiveSessionsEndpoint(ReactiveSessionRepository, ReactiveFindByIndexNameSessionRepository) - Constructor for class org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
Create a new ReactiveSessionsEndpoint instance.

S

Servlet() - Constructor for class org.springframework.boot.session.autoconfigure.SessionProperties.Servlet
 
SessionAutoConfiguration - Class in org.springframework.boot.session.autoconfigure
Auto-configuration for 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 session exposed by sessions endpoint.
SessionsEndpoint - Class in org.springframework.boot.session.actuate.endpoint
@Endpoint to expose information about HTTP Sessions on a Servlet stack.
SessionsEndpoint(SessionRepository, FindByIndexNameSessionRepository) - Constructor for class org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
Create a new SessionsEndpoint instance.
SessionsEndpointAutoConfiguration - Class in org.springframework.boot.session.autoconfigure
Auto-configuration for SessionsEndpoint.
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
 
C D G I O R S 
All Classes and Interfaces|All Packages