org.riotfamily.riot.security.session
Class RiotUserDaoProcessor

java.lang.Object
  extended by org.riotfamily.riot.security.session.RiotUserDaoProcessor
All Implemented Interfaces:
BeanPostProcessor

public class RiotUserDaoProcessor
extends Object
implements BeanPostProcessor

BeanPostProcessor that wraps all RiotUserDao instances with a RiotUserDaoWrapper.

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
RiotUserDaoProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotUserDaoProcessor

public RiotUserDaoProcessor()
Method Detail

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String beanName)
                                       throws BeansException
Specified by:
postProcessBeforeInitialization in interface BeanPostProcessor
Throws:
BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws BeansException
Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
Throws:
BeansException