+

Search Tips   |   Advanced Search

IdMgrRepositoryConfig


Overview

The commands in the IdMgrRepositoryConfig group can be used to manage the virtual member manager and LDAP directory properties.


addIdMgrLDAPAttr

Add an LDAP attribute configuration to the LDAP repository configuration.

Target object: None

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPAttrNotSupported

Add a configuration for a federated repository property that the specified LDAP repository does not support.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPBackupServer

Set a backup LDAP server in the configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPEntityType

Add an LDAP entity type definition.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPEntityTypeRDNAttr

Add RDN attribute configuration to an LDAP entity type definition.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPExternalIdAttr

Add a configuration for an LDAP attribute used as an external ID in the specified LDAP repository.

Target object: None

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPGroupDynamicMemberAttr

Add a dynamic member attribute configuration to an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPGroupMemberAttr

Add a member attribute configuration to an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrLDAPServer

Add an LDAP server to the LDAP repository ID specified.

(ZOS) If the value of the sslEnabled parameter is set to true, the addIdMgrLDAPServer command operation will fail while trying to validate the connection. To workaround this problem...

  1. Start WebSphere Application Server.
  2. Start the wsadmin tool without specifying the -conntype none option.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


addIdMgrRepositoryBaseEntry

Add a base entry to the specified repository.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


createIdMgrCustomRepository

Create a custom repository configuration.

Required


Examples

Optional

Batch mode example usage:

Interactive mode example usage:


createIdMgrDBRepository

Create a database repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


createIdMgrFileRepository

Create a file repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


createIdMgrLDAPRepository

Create an LDAP repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPAttr

Delete the LDAP attribute configuration data for a specific entity type from the LDAP repository of interest.

Target object: None

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPAttrNotSupported

Delete the configuration for a federated repository property that the specified LDAP repository does not support.

Target object: None

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPEntityType

Delete the LDAP entity type configuration data for a specified entity type for a specific LDAP repository.

Parameters and return values

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPEntityTypeRDNAttr

Delete the relative distinguished name (RDN) attribute configuration from an LDAP entity type configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPExternalIdAttr

Delete the configuration for an LDAP attribute used as an external ID in the specified LDAP repository.

Target object: None

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPGroupConfig

Delete the LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPGroupMemberAttr

Delete a member attribute configuration from an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPGroupDynamicMemberAttr

Delete a dynamic member attribute configuration from an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrLDAPServer

Delete the configuration for the LDAP server specified from the LDAP repository ID specified.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrRepository

Delete a repository specified.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


deleteIdMgrRepositoryBaseEntry

Delete a base entry from the specified repository.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPAttrCache

Return the LDAP attribute cache configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPContextPool

Return the LDAP context pool configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPEntityType

Return the LDAP entity type configuration data.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPEntityTypeRDNAttr

Return the relative distinguished name (RDN) attribute configuration for an LDAP entity type definition.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPGroupConfig

Return the LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPGroupDynamicMemberAttrs

Return the dynamic member attribute configuration from the LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPGroupMemberAttrs

Return the member attribute configuration for the LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPSearchResultCache

Return the LDAP search result cache configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrLDAPServer

Return the configuration for the LDAP server specified for the LDAP repository ID specified.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


getIdMgrRepository

Return the configuration of the specified repository.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPAttrs

List the name of each configured attributes for the LDAP repository of interest.

Required

Optional

Return value.

The command returns a list of HashMaps containing parameters of the addIdMgrLDAPAttr command as keys. For the entityTypes parameter, which is multivalued, the value of the key is a string that is delimited by a semicolon (;). The return value includes an additional key called entityTypesList. The value of the entityTypesList key is a List object.


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPAttrsNotSupported

List the details of all configured federated repository properties that the specified LDAP repository does not support.

Target object: None

Required

Optional

Return value.

The command returns a List of HashMaps containing parameters of the addIdMgrLDAPAttrNotSupported command as keys. For multivalued parameters such as entityTypes, the value of the key is a List object.


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrCustomProperties

Return a list of custom properties for the repository specified.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPBackupServers

Return a list of the backup LDAP server or servers.

Required parameters and return values

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPEntityTypes

List the name of all of the configured LDAP entity type definitions.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPExternalIdAttrs

List the details of all LDAP attributes used as an external ID in the specified LDAP repository.

Target object: None

Required

Optional

Return value.

The command returns a List of HashMaps containing parameters of the addIdMgrLDAPExternalIdAttr command as keys. For multivalued parameters such as entityTypes, the value of the key is a List object.


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrLDAPServers

List all of the configured primary LDAP servers.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrRepositories

List names and types of all configured repositories.

Required parameters and return values None.

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrRepositoryBaseEntries

List the base entries for a specified repository.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrSupportedDBTypes

Return a list of supported database types.

Required

None.

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrSupportedMessageDigestAlgorithms

Return a list of supported message digest algorithms.

None.

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


listIdMgrSupportedLDAPServerTypes

Return a list of supported LDAP server types.

Required

None.

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


removeIdMgrLDAPBackupServer

Remove the backup LDAP server or servers.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrCustomProperty

Set, Add or delete a custom property to a repository configuration. If a value is not specified, or if there is an empty string, the property is deleted from the repository configuration. If a name does not exist it is added if a value is specified. If the name is "*" then all of the custom properties are deleted.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrLDAPAttrCache

Configure the LDAP attribute cache configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrLDAPContextPool

Set up the LDAP context pool configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrLDAPGroupConfig

Set up the LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrLDAPSearchResultCache

Set up the LDAP search result cache configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrEntryMappingRepository

Set or update an entry mapping repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


setIdMgrPropertyExtensionRepository

Set or update the property extension repository configuration.

Important: The application server cannot validate the data source when we run this command in the local mode.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrDBRepository

Update the configuration for the database repository specified.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrFileRepository

Updates the configuration for the file repository specified. To update other properties of the file repository use the updateIdMgrRepository command.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPAttrCache

Updates the LDAP attribute cache configuration.

Required

Optional

For example, if the value of the serverTTLAttribute parameter is ttl and the attributes cache retrieves attributes of a user from an LDAP server, it will also retrieve the value of the ttl attribute of this user. If the value is 200, the WMM uses this value to set the time out for the attributes of the user in the attributes cache instead of using the value of cacheTimeout. We can set different ttl attribute values for different users. (String, optional)


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPContextPool

Updates the LDAP context pool configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPEntityType

Update an existing LDAP entity type definition to LDAP repository configuration. Use this command to add more values to multi-valued parameters. If the property already exists, the value of the property will be replaced. If the property does not exist, it will be added.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPGroupDynamicMemberAttr

Update a dynamic member attribute configuration to an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPGroupMemberAttr

Update a member attribute configuration of an LDAP group configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPRepository

Update an LDAP repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrLDAPSearchResultCache

Update the LDAP search result cache configuration.

Required parameters

Optional parameters


updateIdMgrLDAPServer

Update an LDAP server configuration for the LDAP repository ID specified.

Required parameters and return values

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrRepository

Update the common repository configuration.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:


updateIdMgrRepositoryBaseEntry

Update a base entry to the specified repository.

Required

Optional


Examples

Batch mode example usage:

Interactive mode example usage:

  • wsadmin AdminTask
  • Commands for the AdminTask object