Package org.ametys.core.authentication
Interface LogoutCapable
- All Known Implementing Classes:
FormCredentialProvider
public interface LogoutCapable
Defines a logout capable authentication mode of users.
-
Method Summary
-
Method Details
-
logout
Logout a particular user.- Parameters:
redirector
- the redirector to use if a redirection needs to be perform for the logout. can be null when called during admin operation- Throws:
ProcessingException
- If an error occurred
-