Class SessionService


  • @Service
    public class SessionService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionService​(org.springframework.security.core.session.SessionRegistry sessionRegistry, com.xebialabs.xlrelease.repository.CustomPersistentTokenRepository customPersistentTokenRepository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disconnect​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionService

        @Autowired
        public SessionService​(org.springframework.security.core.session.SessionRegistry sessionRegistry,
                              com.xebialabs.xlrelease.repository.CustomPersistentTokenRepository customPersistentTokenRepository)
    • Method Detail

      • disconnect

        public void disconnect​(java.lang.String username)