com.compoze.exchange.activedirectory
Interface IGroupAttributes
- public interface IGroupAttributes
This interface contains LDAP constants pertaining to attributes of the
Group class.
Field Summary |
static java.lang.String |
EMAIL_ADDRESSES
This value represents the attribute 'mail' (AD: E-mail-Addresses' |
static java.lang.String |
GROUP_TYPE
This value represents the attribute 'groupType' (AD: Group-Type) |
static java.lang.String |
MEMBER
This value represents the attribute 'member' (AD: Member) |
GROUP_TYPE
public static final java.lang.String GROUP_TYPE
- This value represents the attribute 'groupType' (AD: Group-Type)
EMAIL_ADDRESSES
public static final java.lang.String EMAIL_ADDRESSES
- This value represents the attribute 'mail' (AD: E-mail-Addresses'
MEMBER
public static final java.lang.String MEMBER
- This value represents the attribute 'member' (AD: Member)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.