org.dspace.authenticate
Class LDAPAuthentication.SpeakerToLDAP

java.lang.Object
  extended by org.dspace.authenticate.LDAPAuthentication.SpeakerToLDAP
Enclosing class:
LDAPAuthentication

public class LDAPAuthentication.SpeakerToLDAP
extends Object

Internal class to manage LDAP query and results, mainly because there are multiple values to return.


Field Summary
protected  String ldapEmail
          ldap email result
protected  String ldapGivenName
          ldap name result
protected  String ldapPhone
           
protected  String ldapSurname
           
 
Method Summary
protected  boolean ldapAuthenticate(String netid, String password, Context context)
          contact the ldap server and attempt to authenticate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ldapEmail

protected String ldapEmail
ldap email result


ldapGivenName

protected String ldapGivenName
ldap name result


ldapSurname

protected String ldapSurname

ldapPhone

protected String ldapPhone
Method Detail

ldapAuthenticate

protected boolean ldapAuthenticate(String netid,
                                   String password,
                                   Context context)
contact the ldap server and attempt to authenticate



Copyright © 2010 The DSpace Foundation. All Rights Reserved.