Compoze Software, Inc.

com.compoze.exchange.activedirectory
Interface ITopAttributes


public interface ITopAttributes

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


Field Summary
static java.lang.String COMMON_NAME
          This value represents the attribute 'cn' (AD: Common-Name)
static java.lang.String DESCRIPTION
          This value represents the attribute 'description' (AD: Description)
static java.lang.String DISPLAY_NAME
          This value represents the attribute 'displayName' (AD: Display-Name)
static java.lang.String DISTINGUISHED_NAME
          This value represents the attribute 'distinguishedName'
static java.lang.String HOME_WEB_PAGE
          This value represents the attribute 'proxyAddresses' (AD: WWW-Home-Page)
static java.lang.String OBJECT_CATEGORY
          This value represents the attribute 'objectCategory' (AD: Object-Category)
static java.lang.String OBJECT_CLASS
          This value represents the attribute 'objectClass' (AD: Object-Class)
static java.lang.String OTHER_WEB_PAGE
          This value represents the attribute 'url' (AD: WWW-Page-Other)
static java.lang.String PROXY_ADDRESSES
          This value represents the attribute 'proxyAddresses' (AD: Proxy-Addresses)
 

Field Detail

DISTINGUISHED_NAME


public static final java.lang.String DISTINGUISHED_NAME
This value represents the attribute 'distinguishedName'

COMMON_NAME


public static final java.lang.String COMMON_NAME
This value represents the attribute 'cn' (AD: Common-Name)

DESCRIPTION


public static final java.lang.String DESCRIPTION
This value represents the attribute 'description' (AD: Description)

DISPLAY_NAME


public static final java.lang.String DISPLAY_NAME
This value represents the attribute 'displayName' (AD: Display-Name)

OBJECT_CATEGORY


public static final java.lang.String OBJECT_CATEGORY
This value represents the attribute 'objectCategory' (AD: Object-Category)

OBJECT_CLASS


public static final java.lang.String OBJECT_CLASS
This value represents the attribute 'objectClass' (AD: Object-Class)

PROXY_ADDRESSES


public static final java.lang.String PROXY_ADDRESSES
This value represents the attribute 'proxyAddresses' (AD: Proxy-Addresses)

OTHER_WEB_PAGE


public static final java.lang.String OTHER_WEB_PAGE
This value represents the attribute 'url' (AD: WWW-Page-Other)

HOME_WEB_PAGE


public static final java.lang.String HOME_WEB_PAGE
This value represents the attribute 'proxyAddresses' (AD: WWW-Home-Page)

Compoze Software, Inc.

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