Interface ILogoutLogic
-
public interface ILogoutLogicCommon interface for logout logic. The logout logic is performed in the logout filter and is responsible for performing the logout process of the user for a specificauthentication target.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(javax.servlet.FilterChain filterChain)Perform the logout logic.
-
-
-
Method Detail
-
perform
void perform(javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletExceptionPerform the logout logic.- Parameters:
filterChain- The filter chain to continue the request processing.- Throws:
IOException- If an I/O error occurs.javax.servlet.ServletException- If an error occurs during the request processing.
-
-