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

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.springframework.session.FindByIndexNameSessionRepository

    findByIndexNameAndIndexValue, findByPrincipalName

    Methods inherited from interface org.springframework.session.SessionRepository

    createSession, deleteById, findById, save