Interface MidpointSessionRegistry

All Superinterfaces:
org.springframework.security.core.session.SessionRegistry

public interface MidpointSessionRegistry extends org.springframework.security.core.session.SessionRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.springframework.security.core.session.SessionInformation>
     

    Methods inherited from interface org.springframework.security.core.session.SessionRegistry

    getAllPrincipals, getAllSessions, getSessionInformation, refreshLastRequest, registerNewSession, removeSessionInformation
  • Method Details

    • getLoggedInUsersSession

      List<org.springframework.security.core.session.SessionInformation> getLoggedInUsersSession(Object principal)