org.sonar.api.security
Interface LoginPasswordAuthenticator

All Superinterfaces:
Extension, ServerExtension

public interface LoginPasswordAuthenticator
extends ServerExtension

Since:
1.12

Method Summary
 boolean authenticate(String login, String password)
           
 

Method Detail

authenticate

boolean authenticate(String login,
                     String password)


Copyright © 2009 SonarSource SA. All Rights Reserved.