A G H I M N P R S T U W

A

AdminAnnotationsBookmarkablePage - Class in wicket.authorization.strategies.role.example.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AdminAnnotationsBookmarkablePage() - Constructor for class wicket.authorization.strategies.role.example.pages.AdminAnnotationsBookmarkablePage
Construct.
AdminAnnotationsInternalPage - Class in wicket.authorization.strategies.role.example.pages
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
AdminAnnotationsInternalPage(String) - Constructor for class wicket.authorization.strategies.role.example.pages.AdminAnnotationsInternalPage
Construct.
AdminBookmarkablePage - Class in wicket.authorization.strategies.role.example.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AdminBookmarkablePage() - Constructor for class wicket.authorization.strategies.role.example.pages.AdminBookmarkablePage
Construct.
AdminInternalPage - Class in wicket.authorization.strategies.role.example.pages
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
AdminInternalPage(String) - Constructor for class wicket.authorization.strategies.role.example.pages.AdminInternalPage
Construct.
AdminPage - Class in wicket.authentication.example
A page only accessible by a user in the ADMIN role.
AdminPage() - Constructor for class wicket.authentication.example.AdminPage
 
AnnotationsPanelsPage - Class in wicket.authorization.strategies.role.example.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AnnotationsPanelsPage() - Constructor for class wicket.authorization.strategies.role.example.pages.AnnotationsPanelsPage
Construct.
authenticate(String, String) - Method in class wicket.authentication.example.MyAuthenticatedWebSession
 

G

getHomePage() - Method in class wicket.authentication.example.MyAuthenticatedWebApplication
 
getHomePage() - Method in class wicket.authorization.strategies.role.example.RolesApplication
 
getRoles() - Method in class wicket.authentication.example.MyAuthenticatedWebSession
 
getSignInPageClass() - Method in class wicket.authentication.example.MyAuthenticatedWebApplication
 
getUid() - Method in class wicket.authorization.strategies.role.example.User
Gets the uid.
getUser() - Method in class wicket.authorization.strategies.role.example.RolesSession
Gets user.
getWebSessionClass() - Method in class wicket.authentication.example.MyAuthenticatedWebApplication
 

H

hasAnyRole(Roles) - Method in class wicket.authorization.strategies.role.example.User
Whether this user has any of the given roles.
hasAnyRole(Roles) - Method in class wicket.authorization.strategies.role.example.UserRolesAuthorizer
 
hasRole(String) - Method in class wicket.authorization.strategies.role.example.User
Whether this user has the given role.
HomePage - Class in wicket.authentication.example
Simple home page.
HomePage() - Constructor for class wicket.authentication.example.HomePage
 

I

Index - Class in wicket.authorization.strategies.role.example
Home page for the roles example.
Index() - Constructor for class wicket.authorization.strategies.role.example.Index
Construct.
init() - Method in class wicket.authorization.strategies.role.example.RolesApplication
 

M

MyAuthenticatedWebApplication - Class in wicket.authentication.example
A role-authorized, authenticated web application in just a few lines of code.
MyAuthenticatedWebApplication() - Constructor for class wicket.authentication.example.MyAuthenticatedWebApplication
 
MyAuthenticatedWebSession - Class in wicket.authentication.example
Authenticated session subclass
MyAuthenticatedWebSession(AuthenticatedWebApplication) - Constructor for class wicket.authentication.example.MyAuthenticatedWebSession
Construct.
MySignInPage - Class in wicket.authentication.example
Simple example of a sign in page.
MySignInPage() - Constructor for class wicket.authentication.example.MySignInPage
Constructor
MySignInPage(PageParameters) - Constructor for class wicket.authentication.example.MySignInPage
Constructor
MySignOutPage - Class in wicket.authentication.example
Trivial sign out page
MySignOutPage() - Constructor for class wicket.authentication.example.MySignOutPage
 

N

newSession() - Method in class wicket.authorization.strategies.role.example.RolesApplication
 

P

PanelsPage - Class in wicket.authorization.strategies.role.example.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
PanelsPage() - Constructor for class wicket.authorization.strategies.role.example.pages.PanelsPage
Construct.

R

RolesApplication - Class in wicket.authorization.strategies.role.example
Application object for this example.
RolesApplication() - Constructor for class wicket.authorization.strategies.role.example.RolesApplication
Construct.
RolesSession - Class in wicket.authorization.strategies.role.example
Web Session for this example.
RolesSession(WebApplication) - Constructor for class wicket.authorization.strategies.role.example.RolesSession
Construct.

S

setUser(User) - Method in class wicket.authorization.strategies.role.example.RolesSession
Sets user.

T

toString() - Method in class wicket.authorization.strategies.role.example.User
 

U

User - Class in wicket.authorization.strategies.role.example
Simple user object.
User(String, String) - Constructor for class wicket.authorization.strategies.role.example.User
Construct.
UserRolesAuthorizer - Class in wicket.authorization.strategies.role.example
The authorizer we need to provide to the authorization strategy implementation AnnotationsRoleAuthorizationStrategy.
UserRolesAuthorizer() - Constructor for class wicket.authorization.strategies.role.example.UserRolesAuthorizer
Construct.
USERS - Static variable in class wicket.authorization.strategies.role.example.RolesApplication
User DB.

W

wicket.authentication.example - package wicket.authentication.example
 
wicket.authorization.strategies.role.example - package wicket.authorization.strategies.role.example
 
wicket.authorization.strategies.role.example.pages - package wicket.authorization.strategies.role.example.pages
 

A G H I M N P R S T U W

Copyright © 2005-2007 Wicket developers. All Rights Reserved.