com.iplanet.am.sdk
Interface AMConstants

All Known Subinterfaces:
AMAssignableDynamicGroup, AMDynamicGroup, AMGroup, AMGroupContainer, AMObject, AMOrganization, AMOrganizationalUnit, AMPeopleContainer, AMRole, AMStaticGroup, AMTemplate, AMUser
All Known Implementing Classes:
AMStoreConnection

public interface AMConstants


Field Summary
static int SCOPE_BASE
          Specifies search scope to be just for the object specified
static int SCOPE_ONE
          Specifies search scope to be a one level search.
static int SCOPE_SUB
          Specifies search scope to be a sub tree search.
static java.lang.String SUBSCRIBABLE_ATTRIBUTE
          Subscribable attribute
static java.lang.String UNIQUE_MEMBER_ATTRIBUTE
          Unique member attribute
 

Field Detail

SCOPE_BASE

public static final int SCOPE_BASE
Specifies search scope to be just for the object specified

SCOPE_ONE

public static final int SCOPE_ONE
Specifies search scope to be a one level search.

SCOPE_SUB

public static final int SCOPE_SUB
Specifies search scope to be a sub tree search.

SUBSCRIBABLE_ATTRIBUTE

public static final java.lang.String SUBSCRIBABLE_ATTRIBUTE
Subscribable attribute

UNIQUE_MEMBER_ATTRIBUTE

public static final java.lang.String UNIQUE_MEMBER_ATTRIBUTE
Unique member attribute