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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logout(Session session)
Called by the Session when logging out.
-