Uses of Class
org.apache.wicket.authorization.strategies.role.annotations.AuthorizeInstantiation

Packages that use AuthorizeInstantiation
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.authorization.pages   
 

Uses of AuthorizeInstantiation in org.apache.wicket.examples.authentication
 

Classes in org.apache.wicket.examples.authentication with annotations of type AuthorizeInstantiation
 class AdminPage
          A page only accessible by a user in the ADMIN role.
 

Uses of AuthorizeInstantiation in org.apache.wicket.examples.authorization.pages
 

Classes in org.apache.wicket.examples.authorization.pages with annotations of type AuthorizeInstantiation
 class AdminAnnotationsBookmarkablePage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminAnnotationsInternalPage
          Non-bookmarkable page that may only be accessed by users that have role ADMIN.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.