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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logout()
Logout a particular user.
-
-
-
Method Detail
-
logout
void logout() throws ProcessingException
Logout a particular user.- Throws:
ProcessingException
- If an error occurred
-
-