com.atlassian.crowd.openid.server.model.user
Interface UserDAO

All Superinterfaces:
EntityObjectDAO, ObjectDao
All Known Implementing Classes:
UserDAOHibernate

public interface UserDAO
extends EntityObjectDAO


Method Summary
 User findByUsername(String name)
           
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
findAll, save, update
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.ObjectDao
getPersistentClass, load, remove, save, update
 

Method Detail

findByUsername

User findByUsername(String name)
                    throws org.springframework.orm.ObjectRetrievalFailureException
Throws:
org.springframework.orm.ObjectRetrievalFailureException


Copyright © 2012 Atlassian. All Rights Reserved.