Identity Broker Documentation Index
Configuration Reference Home

Broker Store

Note: this is an abstract component that cannot be instantiated.

The Broker Store contains policy definitions, the application registry, and service configuration for the Identity Broker.

Direct Subcomponents
Relations From this Component
Properties
dsconfig Usage

Direct Subcomponents

The following Broker Stores are available in the server :

These Broker Stores inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Broker Stores:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None

Basic Properties

description

Description
A description for this Broker Store
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Broker Stores:

dsconfig list-broker-stores
     [--property {propertyName}] ...

To view the configuration for an existing Broker Store:

dsconfig get-broker-store-prop
     --store-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Broker Store:

dsconfig set-broker-store-prop
     --store-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Broker Store:

dsconfig delete-broker-store
     --store-name {name}