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) |
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)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.