Java org.springframework.security.core.session SessionRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core.session SessionRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core.session SessionRegistry.

The text is from its open source code.

Implementation

org.springframework.security.core.session.SessionRegistry has the following implementations.
Click this link to see all its implementation.

Method

ListgetAllPrincipals()
Obtains all the known principals in the SessionRegistry.
ListgetAllSessions(Object principal, boolean includeExpiredSessions)
Obtains all the known sessions for the specified principal.
SessionInformationgetSessionInformation(String sessionId)
Obtains the session information for the specified sessionId.