A D G H I O P S U 
All Classes All Packages

A

authenticate(String, String) - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
 
autoMountPages() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebApplication
 

D

defaultMimeExtension() - Method in annotation type org.wicketstuff.wicket.servlet3.auth.annotation.SecureAutoMount
Allow the configuration of mime type for auto generated paths of classes that are not an authorized page.
defaultRoot() - Method in annotation type org.wicketstuff.wicket.servlet3.auth.annotation.SecureAutoMount
Allow the configuration of the root path (not including contextPath) for auto generated paths of classes that are not an authorized page.

G

get() - Static method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
 
getContainerManagedWebSessionClass() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebApplication
 
getDefaultMimeExtension(AutoMountContext, TypeElement) - Method in class org.wicketstuff.wicket.mount.secure.processor.SecureMountAnnotationProcessor
 
getDefaultRootPath(AutoMountContext, TypeElement) - Method in class org.wicketstuff.wicket.mount.secure.processor.SecureMountAnnotationProcessor
 
getRoles() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
 
getUserName() - Static method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
Convenience method to retrieve authenticated users id.
getWebSessionClass() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebApplication
 

H

hasAllRoles(Roles) - Method in class org.wicketstuff.wicket.servlet3.auth.UserPrincipalRoles
 
hasAnyRole(Roles) - Method in class org.wicketstuff.wicket.servlet3.auth.UserPrincipalRoles
 
hasRole(String) - Method in class org.wicketstuff.wicket.servlet3.auth.UserPrincipalRoles
 

I

init() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebApplication
 

O

org.wicketstuff.wicket.mount.secure.processor - package org.wicketstuff.wicket.mount.secure.processor
 
org.wicketstuff.wicket.servlet3.auth - package org.wicketstuff.wicket.servlet3.auth
 
org.wicketstuff.wicket.servlet3.auth.annotation - package org.wicketstuff.wicket.servlet3.auth.annotation
 

P

packagesToScan() - Method in annotation type org.wicketstuff.wicket.servlet3.auth.annotation.SecureAutoMount
Allow explicit declaration of packages that should be scanned to generate the code for auto mounts.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.wicketstuff.wicket.mount.secure.processor.SecureMountAnnotationProcessor
 

S

SecureAutoMount - Annotation Type in org.wicketstuff.wicket.servlet3.auth.annotation
Annotation that is applied to a Wicket Application Class to denote to the auto mount processor that the Application desires generated code for mounting pages.
secureMimeExtension() - Method in annotation type org.wicketstuff.wicket.servlet3.auth.annotation.SecureAutoMount
Allow the configuration of mime type for auto generated paths of classes that are annotated with @AuthorizedInstantiation.
SecureMountAnnotationProcessor - Class in org.wicketstuff.wicket.mount.secure.processor
Compile time processor to generate source code for mount paths.
SecureMountAnnotationProcessor() - Constructor for class org.wicketstuff.wicket.mount.secure.processor.SecureMountAnnotationProcessor
 
secureRoot() - Method in annotation type org.wicketstuff.wicket.servlet3.auth.annotation.SecureAutoMount
Allow the configuration of the root path (not including contextPath) for auto generated paths of classes that are annotated with @AuthorizedInstantiation.
ServletContainerAuthenticatedWebApplication - Class in org.wicketstuff.wicket.servlet3.auth
A web application subclass that does role-based authentication.
ServletContainerAuthenticatedWebApplication() - Constructor for class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebApplication
 
ServletContainerAuthenticatedWebSession - Class in org.wicketstuff.wicket.servlet3.auth
Implementation class for AuthenticatedWebSession that uses servlet 3 request to authenticate user.
ServletContainerAuthenticatedWebSession(Request) - Constructor for class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
 
setPackagesToScan(AutoMountContext) - Method in class org.wicketstuff.wicket.mount.secure.processor.SecureMountAnnotationProcessor
 
signOut() - Method in class org.wicketstuff.wicket.servlet3.auth.ServletContainerAuthenticatedWebSession
 

U

UserPrincipalRoles - Class in org.wicketstuff.wicket.servlet3.auth
Implementation of Roles class that use the servlet 3 request object to determine the current user roles.
UserPrincipalRoles() - Constructor for class org.wicketstuff.wicket.servlet3.auth.UserPrincipalRoles
 
A D G H I O P S U 
All Classes All Packages