JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ametys.plugins.repository.provider
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 and Description
void
logout
(
Session
session)
Called by the Session when logging out.
Method Detail
logout
void
logout
(
Session
session)
Called by the Session when logging out.
Parameters:
session
- the JCR Session
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method