Interface LogoutActionBuilder

    • Method Detail

      • getLogoutAction

        java.util.Optional<RedirectionAction> getLogoutAction​(WebContext context,
                                                              SessionStore sessionStore,
                                                              UserProfile currentProfile,
                                                              java.lang.String targetUrl)
        Return the RedirectionAction for logout.
        Parameters:
        context - the web context
        sessionStore - the session store
        currentProfile - the current profile
        targetUrl - the target URL after logout
        Returns:
        the redirection (optional)