Identity Broker Documentation Index
Configuration Reference Home

Consent Store

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

Consent Stores defines a repository for consents used by policy services. A consent captures a resource owner's permission (approve or deny) for an application to retrieve those resources.

Direct Subcomponents
Relations From this Component
Properties
dsconfig Usage

Direct Subcomponents

The following Consent Stores are available in the server :

These Consent Stores inherit from the properties described below.

Relations to This Component

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

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ java-class

Basic Properties

description

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

java-class (Read-Only)

Description
Specifies the fully-qualified name of the Java class of the consent store implementation.
Default Value
None
Allowed Values
The fully-qualified name of a Java class that extends or implements com.unboundid.directory.broker.core.ConsentStore
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Consent Stores:

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

To view the configuration for an existing Consent Store:

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

To update the configuration for an existing Consent Store:

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

To delete an existing Consent Store:

dsconfig delete-consent-store
     --store-name {name}