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:

createIdMgrSupportedEntityType

The createIdMgrSupportedEntityType command creates a supported entity type configuration.

Parameters

-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, required)
-rdnProperties
The RDN® attribute name for the supported entity type in the entity domain name. To reset all values of the rdnProperties parameter, specify a blank string ("") (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:

deleteIdMgrSupportedEntityType

The deleteIdMgrSupportedEntityType command deletes the supported entity type configuration that you specify.

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 that you specify.

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

[Updated in July 2011] -file [Updated in July 2011]
jul2011
[Updated in July 2011] The name of the file where you want to save the configuration XML string. (String, optional) [Updated in July 2011]
jul2011

Returns

None.

Examples

Batch mode example usage:

Interactive mode example usage:

updateIdMgrLDAPBindInfo

The updateIdMgrLDAPBindInfo command dynamically updates the LDAP server bind information. If you specify a value for the bindDN parameter, then you must specify a value for the bindPassword parameter. If you specify the id parameter only, then the LDAP server information is refreshed.

Parameters and return values

-id
The ID of the repository. (String, required)
-bindDN
The binding distinguished name for the LDAP server. (String, optional)
-bindPassword
The binding password for the LDAP server. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

updateIdMgrSupportedEntityType

The updateIdMgrSupportedEntityType command updates the configuration that you specify 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
Using 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 Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 4:53:43 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-base-dist&topic=rxml_atidmgrconfig
File name: rxml_atidmgrconfig.html