org.riotfamily.riot.security.auth
Interface UserLookupAuthenticationService

All Superinterfaces:
AuthenticationService
All Known Implementing Classes:
UserDaoAuthenticationService

public interface UserLookupAuthenticationService
extends AuthenticationService

AuthenticationService that supports lookups by id without credentials.

Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 RiotUser getUserById(String userId)
           
 
Methods inherited from interface org.riotfamily.riot.security.auth.AuthenticationService
authenticate
 

Method Detail

getUserById

RiotUser getUserById(String userId)