com.unboundid.directory.sdk.broker.types
Interface StoreCreateRequest


@NotExtensible
public interface StoreCreateRequest

Represents a create request received by a DataView in the Identity Broker.


Method Summary
 com.unboundid.scim.data.BaseResource getResource()
          Get the SCIM resource to create.
 com.unboundid.scim.sdk.SCIMQueryAttributes getSCIMQueryAttributes()
          Get the SCIMQueryAttributes, which indicates whether all attributes or only a certain subset should be returned.
 

Method Detail

getResource

com.unboundid.scim.data.BaseResource getResource()
Get the SCIM resource to create. This may be updated by any StoreAdapter to add useful attributes for other StoreAdapters.

Returns:
the BaseResource instance

getSCIMQueryAttributes

com.unboundid.scim.sdk.SCIMQueryAttributes getSCIMQueryAttributes()
Get the SCIMQueryAttributes, which indicates whether all attributes or only a certain subset should be returned.

Returns:
the SCIMQueryAttributes