Package org.onebusaway.users.services
Interface IndexedUserDetailsService
-
- All Known Implementing Classes:
UserDetailsServiceImpl
public interface IndexedUserDetailsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexedUserDetailsgetOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)IndexedUserDetailsgetUserForIndexKey(UserIndexKey key)voidresetUserForIndexKey(UserIndexKey key)
-
-
-
Method Detail
-
getUserForIndexKey
IndexedUserDetails getUserForIndexKey(UserIndexKey key) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundExceptionorg.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)
-
-