A B C D E F G H I O R S U 

A

afterPropertiesSet() - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.BootstrapDataPopulator
 

B

BootstrapDataPopulator - Class in org.wicketstuff.shiro.example.sprhibnative.dao
Loads sample data for the sample app since it's an in-memory database.
BootstrapDataPopulator() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.dao.BootstrapDataPopulator
 

C

context() - Method in class org.wicketstuff.shiro.example.sprhibnative.ExampleHibernateApp
 
createUser(User) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
createUser(User) - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 
createUser(String, String, String) - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
createUser(String, String, String) - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 

D

DefaultUserService - Class in org.wicketstuff.shiro.example.sprhibnative.service
Default implementation of the UserService interface.
DefaultUserService() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
deleteUser(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
deleteUser(Long) - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 
deleteUser(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
deleteUser(Long) - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class org.wicketstuff.shiro.example.sprhibnative.security.SampleRealm
 
doGetAuthorizationInfo(PrincipalCollection) - Method in class org.wicketstuff.shiro.example.sprhibnative.security.SampleRealm
 

E

ExampleHibernateApp - Class in org.wicketstuff.shiro.example.sprhibnative
 
ExampleHibernateApp() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.ExampleHibernateApp
 
ExampleInfoPanel - Class in org.wicketstuff.shiro.example.sprhibnative
 
ExampleInfoPanel(String) - Constructor for class org.wicketstuff.shiro.example.sprhibnative.ExampleInfoPanel
 

F

findUser(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
findUser(String) - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 

G

getAllUsers() - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
getAllUsers() - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 
getAllUsers() - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
getAllUsers() - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 
getAuthHeaderPanel(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.ExampleHibernateApp
 
getCurrentUser() - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
getCurrentUser() - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 
getDescription() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
getEmail() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
getExampleInfoPanel(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.ExampleHibernateApp
 
getId() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
getId() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
getName() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
getPassword() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
Returns the password for this user.
getPermissions() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
getRoles() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
getSession() - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateDao
 
getUser(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
getUser(Long) - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 
getUser(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
getUser(Long) - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 
getUsername() - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
Returns the username associated with this user account;

H

HibernateDao - Class in org.wicketstuff.shiro.example.sprhibnative.dao
Convenience superclass for DAOs that contains annotations for injecting the session factory and accessing the session.
HibernateDao() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateDao
 
HibernateUserDAO - Class in org.wicketstuff.shiro.example.sprhibnative.dao
 
HibernateUserDAO() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 

I

init() - Method in class org.wicketstuff.shiro.example.sprhibnative.ExampleHibernateApp
 

O

org.wicketstuff.shiro.example.sprhibnative - package org.wicketstuff.shiro.example.sprhibnative
 
org.wicketstuff.shiro.example.sprhibnative.dao - package org.wicketstuff.shiro.example.sprhibnative.dao
 
org.wicketstuff.shiro.example.sprhibnative.model - package org.wicketstuff.shiro.example.sprhibnative.model
 
org.wicketstuff.shiro.example.sprhibnative.security - package org.wicketstuff.shiro.example.sprhibnative.security
 
org.wicketstuff.shiro.example.sprhibnative.service - package org.wicketstuff.shiro.example.sprhibnative.service
 

R

Role - Class in org.wicketstuff.shiro.example.sprhibnative.model
Model object that represents a security role.
Role() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
Role(String) - Constructor for class org.wicketstuff.shiro.example.sprhibnative.model.Role
 

S

SampleRealm - Class in org.wicketstuff.shiro.example.sprhibnative.security
The Spring/Hibernate sample application's one and only configured Apache Shiro Realm.
SampleRealm() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.security.SampleRealm
 
setDataSource(DataSource) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.BootstrapDataPopulator
 
setDescription(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
setEmail(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
setId(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
setId(Long) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
setName(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
setPassword(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
setPermissions(Set<String>) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.Role
 
setRoles(Set<Role>) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 
setSessionFactory(SessionFactory) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.BootstrapDataPopulator
 
setSessionFactory(SessionFactory) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateDao
 
setUserDAO(UserDAO) - Method in class org.wicketstuff.shiro.example.sprhibnative.security.SampleRealm
 
setUserDAO(UserDAO) - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
setUsername(String) - Method in class org.wicketstuff.shiro.example.sprhibnative.model.User
 

U

updateUser(User) - Method in class org.wicketstuff.shiro.example.sprhibnative.dao.HibernateUserDAO
 
updateUser(User) - Method in interface org.wicketstuff.shiro.example.sprhibnative.dao.UserDAO
 
updateUser(User) - Method in class org.wicketstuff.shiro.example.sprhibnative.service.DefaultUserService
 
updateUser(User) - Method in interface org.wicketstuff.shiro.example.sprhibnative.service.UserService
 
User - Class in org.wicketstuff.shiro.example.sprhibnative.model
Simple class that represents any User domain entity in any application.
User() - Constructor for class org.wicketstuff.shiro.example.sprhibnative.model.User
 
UserAuthHeader - Class in org.wicketstuff.shiro.example.sprhibnative
 
UserAuthHeader(String, Class<? extends Page>) - Constructor for class org.wicketstuff.shiro.example.sprhibnative.UserAuthHeader
 
UserDAO - Interface in org.wicketstuff.shiro.example.sprhibnative.dao
Data Access Object for User related operations.
userDAO - Variable in class org.wicketstuff.shiro.example.sprhibnative.security.SampleRealm
 
UserService - Interface in org.wicketstuff.shiro.example.sprhibnative.service
A service interface for accessing and modifying user data in the system.
A B C D E F G H I O R S U 

Copyright © 2014. All rights reserved.