org.sonar.api.security
Interface UserFinder

All Superinterfaces:
BatchComponent, ServerComponent
All Known Implementing Classes:
DefaultUserFinder

public interface UserFinder
extends ServerComponent, BatchComponent

Since:
2.10

Method Summary
 User findById(int id)
           
 User findByLogin(String login)
           
 

Method Detail

findById

User findById(int id)

findByLogin

User findByLogin(String login)


Copyright © 2009-2012 SonarSource. All Rights Reserved.