Interface ISagaDefaultLogoutPage
- All Superinterfaces:
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.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.persequor.extension.frontend.IFrontendComponent
configure, enabled, getPagePath, handle
-
Field Details
-
PAGE_PATH
- See Also:
-