com.waveset.adapter
Interface ResourceAdapter.ObjectType

Enclosing interface:
ResourceAdapter

public static interface ResourceAdapter.ObjectType

This nested interface enumerates constants for well-known values of "objectType".

Every implementer of ResourceAdapter is expected to recognize and handle a request to listAllObjects() of a well-known object type.

These are also used in the resource adapter's features for the object types that are supported by the adapter.


Field Summary
static java.lang.String ACCOUNT
           
static java.lang.String GROUP
           
static java.lang.String ORGUNIT
           
static java.lang.String SHELL
           
 

Field Detail

ACCOUNT

public static final java.lang.String ACCOUNT
See Also:
Constant Field Values

GROUP

public static final java.lang.String GROUP
See Also:
Constant Field Values

ORGUNIT

public static final java.lang.String ORGUNIT
See Also:
Constant Field Values

SHELL

public static final java.lang.String SHELL
See Also:
Constant Field Values