Package ru.slie.luna.security
Interface SessionManager
- All Superinterfaces:
org.springframework.session.FindByIndexNameSessionRepository<UserSession>,org.springframework.session.SessionRepository<UserSession>
public interface SessionManager
extends org.springframework.session.FindByIndexNameSessionRepository<UserSession>
-
Field Summary
Fields inherited from interface org.springframework.session.FindByIndexNameSessionRepository
PRINCIPAL_NAME_INDEX_NAME -
Method Summary
Methods inherited from interface org.springframework.session.FindByIndexNameSessionRepository
findByIndexNameAndIndexValue, findByPrincipalNameMethods inherited from interface org.springframework.session.SessionRepository
createSession, deleteById, findById, save
-
Method Details
-
getExpiredSessions
-
deleteExpiredSessions
DeleteResult deleteExpiredSessions()
-