+

Search Tips   |   Advanced Search

 

IdMgrConfig command group for the AdminTask object

 

You can use the Jython or Jacl scripting languages to configure the virtual member manager with the wsadmin tool. The commands and parameters in the IdMgrConfig group can be used to create and manage your entity type configuration. The IdMgrConfig command group for the AdminTask object includes the following commands:

 

deleteIdMgrSupportedEntityType

The deleteIdMgrSupportedEntityType command deletes the supported entity type configuration specified.

Parameters and return values

-name

The name of the supported entity type. The value of this parameter must be one of the supported entity types. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

 

getIdMgrSupportedEntityType

The getIdMgrSupportedEntityType command returns the configuration of the supported entity type specified.

Parameters and return values

-name

The name of the supported entity type. The value of this parameter must be one of the supported entity types. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

 

listIdMgrSupportedEntityTypes

The listIdMgrSupportedEntityTypes command lists all of the supported entity types that are configured.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:

 

resetIdMgrConfig

The resetIdMgrConfig command resets the current configuration to the last configuration that was saved.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:

 

showIdMgrConfig

The showIdMgrConfig command returns the current configuration XML in string format.

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:

 

updateIdMgrLDAPBindInfo

The updateIdMgrLDAPBindInfo command updates the LDAP password under the federated repository. The change is also reflected in the wimconfig.xml file.

Parameters and return values

-id

The ID of the repository. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

 

updateIdMgrSupportedEntityType

The updateIdMgrSupportedEntityType command updates the configuration specified for a supported entity type.

Parameters and return values

-name

The name of the supported entity type. The value of this parameter must be one of the supported entity types. (String, required)

-defaultParent

The default parent node for the supported entity type. (String, optional)

-rdnProperties

The RDN attribute name for the supported entity type in the entity domain name. To reset all the values of the rdnProperties parameter, specify a blank string (""). (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:




 

Related tasks


Use the AdminTask object for scripted administration

 

Related Reference


Commands for the AdminTask object
IdMgrRepositoryConfig command group for the AdminTask object
IdMgrRealmConfig command group for the AdminTask object

 

Reference topic