com.atlassian.bamboo.user
Interface LoginInformationDao

All Known Implementing Classes:
LoginInformationHibernateDao

public interface LoginInformationDao


Method Summary
 java.util.Iterator<LoginInformation> getAllLoginInformationRecords()
           
 LoginInformation getLoginInformationByUserName(java.lang.String userName)
           
 void save(LoginInformation loginInformation)
           
 

Method Detail

getLoginInformationByUserName

@Nullable
LoginInformation getLoginInformationByUserName(@NotNull
                                                        java.lang.String userName)

getAllLoginInformationRecords

java.util.Iterator<LoginInformation> getAllLoginInformationRecords()

save

void save(@NotNull
          LoginInformation loginInformation)


Copyright © 2012 Atlassian. All Rights Reserved.