+

Search Tips   |   Advanced Search

IdMgrRealmConfig


Use the Jython or Jacl scripting languages to configure the member manager realm and realms. The commands and parameters in the IdMgrRealmConfig group can be used to create and manage the realm configuration.

The IdMgrRealmConfig includes the following commands:

 

addIdMgrRealmBaseEntry

The addIdMgrRealmBaseEntry command adds a base entry to a specific realm configuration and links the realm with the repository.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

-baseEntry

Name of the base entry. (String, optional)

Optional parameters None

Examples

Batch mode example usage:

Interactive mode example usage:

 

createIdMgrRealm

The createIdMgrRealm command creates a realm configuration.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Optional parameters

-securityUse

String that indicates if this virtual realm will be used in security now, later, or never. The default value is active. Additional values includes: inactive and nonSelectable. (String, optional)

-delimiter

Delimiter used for this realm. The default value is /. (String, optional)

-allowOperationIfReposDown

Specifies whether the system allows a repository operation such as get or search to complete successfully, even if repositories in the realm are down. The default value is false. (Boolean, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

 

deleteIdMgrRealm

The deleteIdMgrRealm command deletes the realm configuration specified.

Target ObjectNone.

Required parameters

-name

The realm name. (String, required)

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

deleteIdMgrRealmBaseEntry

The deleteIdMgrRealmBaseEntry command deletes a base entry from a realm configuration specified.

The realm must always contain at least one base entry, thus we cannot remove every entry.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

-baseEntry

Name of a base entry. (String, required)

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

getIdMgrDefaultRealm

The getIdMgrDefaultRealm command returns the default realm name.

Target ObjectNone.

Required parameters: None.

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

getIdMgrRepositoriesForRealm

The getIdMgrRepositoriesForRealm command returns repository specific details for the repositories configured for a specified realm.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

getIdMgrRealm

The getIdMgrRealm command returns the configuration parameters for the realm specified.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

listIdMgrRealms

The listIdMgrRealms command returns all of the names of the configured realms.

Target ObjectNone.

Required parameters

None.

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

listIdMgrRealmBaseEntries

The listIdMgrRealmBaseEntries command returns all of the names of the configured realms.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

 

renameIdMgrRealm

The renameIdMgrRealm command renames the name of the realm specified.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Optional parametersNone.

Examples

Batch mode example usage:

Interactive mode example usage:

 

setIdMgrDefaultRealm

The setIdMgrDefaultRealm command sets up the default realm configuration.

Parameters and return values

-name

specifies the name of the realm used as a default realm when the caller does not specify any in context. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

 

updateIdMgrRealm

The updateIdMgrRealm command updates the configuration for a realm specified.

Target ObjectNone.

Required parameters

-name

Name of the realm. (String, required)

Optional parameters

-securityUse

String that indicates if this realm will be used in security now, later, or never. The default value is active. Additional values includes: inactive and nonSelectable. (String, optional)

-delimiter

specifies the delimiter used for this realm. The default value is /. (String, optional)

-allowOperationIfReposDown

Specifies whether the system allows a repository operation such as get or search to complete successfully, even if repositories in the realm are down. (Boolean, optional)

Examples

Batch mode example usage:

Interactive mode example usage:





 

Related tasks


Use AdminTask for scripted administration

 

Related


Commands for AdminTask
IdMgrRepositoryConfig
IdMgrConfig