Class SessionService


  • @ApplicationScoped
    public class SessionService
    extends Object
    • Constructor Detail

      • SessionService

        public SessionService()
    • Method Detail

      • getSessionById

        public io.jans.as.common.model.session.SessionId getSessionById​(String sid)
      • getAllSessions

        public List<io.jans.as.common.model.session.SessionId> getAllSessions​(int sizeLimit)
      • getAllSessions

        public List<io.jans.as.common.model.session.SessionId> getAllSessions()
      • getSessions

        public List<io.jans.as.common.model.session.SessionId> getSessions()
      • revokeSession

        public void revokeSession​(String userDn)