org.onebusaway.users.services
Interface IndexedUserDetailsService

All Known Implementing Classes:
UserDetailsServiceImpl

public interface IndexedUserDetailsService


Method Summary
 IndexedUserDetails getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)
           
 IndexedUserDetails getUserForIndexKey(UserIndexKey key)
           
 void resetUserForIndexKey(UserIndexKey key)
           
 

Method Detail

getUserForIndexKey

IndexedUserDetails getUserForIndexKey(UserIndexKey key)
                                      throws org.springframework.security.userdetails.UsernameNotFoundException,
                                             org.springframework.dao.DataAccessException
Throws:
org.springframework.security.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException

getOrCreateUserForIndexKey

IndexedUserDetails getOrCreateUserForIndexKey(UserIndexKey key,
                                              String credentials,
                                              boolean isAnonymous)
                                              throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException

resetUserForIndexKey

void resetUserForIndexKey(UserIndexKey key)


Copyright © 2012 OneBusAway. All Rights Reserved.