Interface LogoutManager

All Known Implementing Classes:
JackrabbitRepository

public interface LogoutManager
Allows to modify the default behaviour when logging out from a JCR Session
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logout(javax.jcr.Session session)
    Called by the Session when logging out.
  • Method Details

    • logout

      void logout(javax.jcr.Session session)
      Called by the Session when logging out.
      Parameters:
      session - the JCR Session