Package org.apache.wicket.examples.authentication3
-
Class Summary Class Description AdminPage A page only accessible by a user in the ADMIN role.BasePage A base page accessible by everybody - no authorization required.HomePage Simple home page with no authorization requirements - can be accessed by everybody.MyAuthenticatedWebApplication A role-authorized, authenticated web application in just a few lines of code.MyAuthenticatedWebSession Authenticated session subclass.MySignInPage Simple example of a sign in page.SignOut Simple logout page.