com.atlassian.bamboo.user
Class BambooUserDetailsService

java.lang.Object
  extended by DefaultUserAccessor
      extended by com.atlassian.bamboo.user.BambooUserManagerImpl
          extended by com.atlassian.bamboo.user.BambooUserDetailsService
All Implemented Interfaces:
BambooUserManager

public class BambooUserDetailsService
extends BambooUserManagerImpl


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.user.BambooUserManager
JABBER_ADDRESS_KEY
 
Constructor Summary
BambooUserDetailsService()
           
 
Method Summary
 UserDetails loadUserByUsername(String username)
           
 
Methods inherited from class com.atlassian.bamboo.user.BambooUserManagerImpl
addUser, addUser, getBambooUser, getGroupNamesAsList, getMemberNamesAsList, injectUser, isDeletable, removeUser, saveUser, saveUser, setCommentDao, setExtendedAuthorManager, setLabelDao, setMembership, stringListToArray, subtractNewList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooUserDetailsService

public BambooUserDetailsService()
Method Detail

loadUserByUsername

public UserDetails loadUserByUsername(String username)
                               throws UsernameNotFoundException,
                                      DataAccessException
Throws:
UsernameNotFoundException
DataAccessException


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.