org.sonar.api.security
Interface LoginPasswordAuthenticator

All Superinterfaces:
Extension, ServerComponent, ServerExtension

public interface LoginPasswordAuthenticator
extends ServerExtension

Since:
1.12

Method Summary
 boolean authenticate(String login, String password)
           
 void init()
          Throws a runtime exception if the authenticator can not be initialized at sonar server startup, eg.
 

Method Detail

init

void init()
Throws a runtime exception if the authenticator can not be initialized at sonar server startup, eg. if the connection to LDAP server is refused.


authenticate

boolean authenticate(String login,
                     String password)


Copyright © 2009-2012 SonarSource. All Rights Reserved.