Interface LogoutCapable

All Known Implementing Classes:
FormCredentialProvider

public interface LogoutCapable
Defines a logout capable authentication mode of users.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logout(Redirector redirector)
    Logout a particular user.
  • Method Details

    • logout

      void logout(Redirector redirector) throws ProcessingException
      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