org.sonar.api.security
Interface UserFinder

All Superinterfaces:
BatchComponent, ServerComponent

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-2014 SonarSource. All Rights Reserved.