Compoze Software, Inc.

com.compoze.exchange.activedirectory
Interface IPersonAttributes


public interface IPersonAttributes

This interface contains LDAP constants pertaining to attributes of the Person class.


Field Summary
static java.lang.String SURNAME
          This value represents the attribute 'sn' (Active Directory: Surname)
static java.lang.String TELEPHONE_NUMBER
          This value represents the attribute 'telephoneNumber' (Active Directory: Telephone-Number)
static java.lang.String USER_PASSWORD
          This value represents the attribute 'userPassword' (Active Directory: User-Password)
 

Field Detail

TELEPHONE_NUMBER


public static final java.lang.String TELEPHONE_NUMBER
This value represents the attribute 'telephoneNumber' (Active Directory: Telephone-Number)

SURNAME


public static final java.lang.String SURNAME
This value represents the attribute 'sn' (Active Directory: Surname)

USER_PASSWORD


public static final java.lang.String USER_PASSWORD
This value represents the attribute 'userPassword' (Active Directory: User-Password)

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.