Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
package openldap;
2
 
3
 
4
 
5
import java.util.HashMap;
6
 
7
/**
8
 * Created by IntelliJ IDEA.
9
 * User: User
10
 * Date: 9/Abr/2005
11
 * Time: 12:03:44
12
 * To change this template use File | Settings | File Templates.
13
 */
14
public interface ILdapManager {
15
 
16
    public boolean login(1.5.0/docs/api/java/lang/String.html">String user,1.5.0/docs/api/java/lang/String.html">String password);
17
    public 1.5.0/docs/api/java/util/HashMap.html">HashMap getUserInfo(1.5.0/docs/api/java/lang/String.html">String user);
18
 
19
}