com.atlassian.confluence.user.listeners
Class PersonalInformationCreateListener

java.lang.Object
  extended by com.atlassian.confluence.user.listeners.PersonalInformationCreateListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class PersonalInformationCreateListener
extends Object
implements com.atlassian.event.EventListener

A listener concerned with LoginEvents that will ensure that all users have a PersonalInformation object when they log in.


Constructor Summary
PersonalInformationCreateListener()
           
 
Method Summary
 Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 boolean isStandardUserConfiguration()
           
 void setPersonalInformationManager(PersonalInformationManager personalInformationManager)
           
 void setUserAccessor(UserAccessor userAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalInformationCreateListener

public PersonalInformationCreateListener()
Method Detail

getHandledEventClasses

public Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

isStandardUserConfiguration

public boolean isStandardUserConfiguration()

setPersonalInformationManager

public void setPersonalInformationManager(PersonalInformationManager personalInformationManager)

setUserAccessor

public void setUserAccessor(UserAccessor userAccessor)


Copyright © 2003-2012 Atlassian. All Rights Reserved.