org.onebusaway.users.services
Interface IndexedUserDetailsService
- All Known Implementing Classes:
- UserDetailsServiceImpl
public interface IndexedUserDetailsService
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.