Interface ISagaDefaultLogoutPage

All Superinterfaces:
IFrontendComponent

public interface ISagaDefaultLogoutPage extends IFrontendComponent
Placeholder interface to allow binding a page to the default Saga logout page.

The default logout page will simply call the signOut method on the IAuthenticationService when the page is loaded.

For many authentication implementations this may be enough, hence this interface is provided to allow binding to the default page without having to create a custom page.

Because this is an interface any links to this should be created using the PAGE_PATH, not by referencing the class.