All Downloads are FREE. Search and download functionalities are using the official Maven repository.

leap.web.security.logout.LogoutViewHandler Maven / Gradle / Ivy

There is a newer version: 0.7.13b
Show newest version
package leap.web.security.logout;

import leap.web.Request;
import leap.web.Response;

public interface LogoutViewHandler {

    void handleLogoutSuccess(Request request, Response response, LogoutContext context) throws Throwable;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy