+

Search Tips   |   Advanced Search

IdMgrConfig

Use Jython or Jacl scripting to configure the virtual member manager with wsadmin.sh. The commands in the IdMgrConfig group can be used to manage your entity type configuration.

The IdMgrConfig .includes the following commands:


createIdMgrSupportedEntityType

Create a supported entity type configuration.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrSupportedEntityType

Delete the supported entity type configuration specified.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrSupportedEntityType

Return the configuration of the supported entity type specified.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


isIdMgrUseGlobalSchemaForModel

Return a boolean that indicates whether the global schema option is enabled for the data model for the specified domain in a multiple security domain environment.

Parameters

Returns

A Boolean value that indicates whether global schema option is enabled for the data model for the specified domain.

Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrSupportedEntityTypes

List all of the supported entity types configured.

Parameters

Returns

A list containing the names of the supported entity types

Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrGroupsForRoles

List the mapping of groups to roles in federated repositories.

Parameters

Returns

A Map object containing roleName as the key, and the value of each key is a list of uniqueNames.

Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrUsersForRoles

List the mapping of users to roles in federated repositories.

Parameters

Returns

A Map object containing roleName as the key, and the value of each key is a list of uniqueNames.

Examples

Batch mode example usage:

Interactive mode example usage:


mapIdMgrUserToRole

Map a user to a specified role in federated repositories. We can map a user to only one role.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


mapIdMgrGroupToRole

Map a group to a specified role in federated repositories. We can map a group to only one role.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


removeIdMgrGroupsFromRole

Remove a group from a specified role in federated repositories.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


removeIdMgrUsersFromRole

Remove a user from a specified role in federated repositories.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


resetIdMgrConfig

Reset the current configuration to the last configuration that was saved.

Parameters

Returns

None.

Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrUseGlobalSchemaForModel

Set the global schema option for the data model in a multiple security domain environment. Global schema refers to the schema of the admin domain.

Application domains that are set to use global schema share the same schema of the admin domain. Hence, if you extend the schema for an application in one domain, we must take into consideration how that might affect applications of other domains as they are also bound by the same schema. For example, adding a mandatory property for one application might cause other applications to fail.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


showIdMgrConfig

Return the current configuration XML in string format.

Parameters

Returns

None.

Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPBindInfo

Dynamically update the LDAP server bind information. If we specify a value for the bindDN parameter, then we must specify a value for the bindPassword parameter. If we specify the id parameter only, then the LDAP server information is refreshed.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrSupportedEntityType

Update the configuration specified for a supported entity type.

Parameters

Examples

Batch mode example usage:

Interactive mode example usage:

  • wsadmin AdminTask
  • Commands for the AdminTask object
  • IdMgrRepositoryConfig
  • IdMgrRealmConfig