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 TypeMethodDescriptionvoid
logout
(javax.jcr.Session session) Called by the Session when logging out.
-
Method Details
-
logout
Called by the Session when logging out.- Parameters:
session
- the JCR Session
-