Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


IdMgrRealmConfig command group

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

The IdMgrRealmConfig command group includes the following commands:



addIdMgrRealmBaseEntry

Add a base entry to a specific realm configuration and link the realm with the repository.


Required parameters

-name

Name of the realm. (String, required)

-baseEntry

Name of the base entry. (String, optional)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)


Batch example:


Interactive example...



createIdMgrRealm

Create a realm configuration.


Required parameters

-name

Name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

-securityUse

Specifies a 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

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) Even if this parameter is specified, all repositories must be available when you start the server, or the federated repositories will not function properly.

Examples


Batch example...


Interactive example...



deleteIdMgrRealm

Delete the realm configuration specified.


Required parameters

-name

The realm name. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



deleteIdMgrRealmBaseEntry

Delete a base entry from a realm configuration specified.

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


Required parameters

-name

Name of the realm. (String, required)

-baseEntry

Name of a base entry. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



getIdMgrDefaultRealm

Return the default realm name.


Required parameters None.


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



getIdMgrRepositoriesForRealm

Return repository specific details for the repositories configured for a specified realm.


Required parameters

-name

Name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



getIdMgrRealm

Return the configuration parameters for the realm specified.


Required parameters

-name

Name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



listIdMgrRealms

Return all of the names of the configured realms.


Required parameters None.


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



listIdMgrRealmBaseEntries

Return all of the names of the configured realms.


Required parameters

-name

Name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



listIdMgrRealmURAttrMappings

List the mappings between the user or group attributes for a user registry and the federated repository properties of a specified realm.


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

-name

Use this parameter to specify a valid realm name for which you want to list the mapping.

If you do not specify the -name parameter, the listIdMgrRealmURAttrMappings command returns the mapping of the default realm in the federated repository.

(String, optional)


Return values

The listIdMgrRealmURAttrMappings command returns a HashMap that contains the following structure:

The following example shows a sample output. The example is broken into multiple lines for illustration purposes only.


Batch example...:


Interactive example...



renameIdMgrRealm

Eename the name of the realm specified.

Renaming the federated repositories realm name does not update the realm name stored in the security.xml file.


Required parameters

-name

Name of the realm. (String, required)

-newName

New name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



setIdMgrDefaultRealm

Sets the default realm name.

Required parameters

-name

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


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

Examples


Batch example...


Interactive example...



setIdMgrRealmURAttrMapping

Set or modify the mapping of the user or group attribute for a user registry to a federated repository property of a specified realm.

The setIdMgrRealmURAttrMapping command is available in both connected and local modes. If you run the setIdMgrRealmURAttrMapping command in connected mode, the realm attribute mapping changes take effect after you restart the server.

Target object None


Required parameters

-URAttrName

Name of the user or group attribute in a user registry to map. The following case-sensitive values are valid for the URAttrName parameter:

  • uniqueUserId

  • userSecurityName

  • userDisplayName

  • uniqueGroupId

  • groupSecurityName

  • groupDisplayName

If you run the setIdMgrRealmURAttrMapping command multiple times for the same user registry attribute name, it overwrites the previous value.

(String, required)

-propertyForInput

Name of the federated repository property that maps to the specified user registry attribute (URAttrName parameter) when it is an input parameter for the user registry interface. (String, required)

-propertyForOutput

Name of the federated repository property that maps to the specified user registry attribute (URAttrName parameter) when it is an output parameter (return value) for the user registry interface. (String, required)

In most cases, the propertyForInput and propertyForInput would be the same.


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

-name

Use this parameter to specify a valid realm name for which you want to set or modify the mapping. If you do not specify the name parameter, the setIdMgrRealmURAttrMapping command uses the default realm in the federated repository. (String, optional)

Examples


Batch example...


Interactive example...



updateIdMgrRealm

Update the configuration for a realm that you specify.


Required parameters

-name

Name of the realm. (String, required)


Optional parameters

-securityDomainName

Name that uniquely identifies the security domain. If not specified, uses the global federated repository. (String, optional)

-securityUse

Specifies a 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

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) Even if this parameter is specified, all repositories must be available when you start the server, or the virtual member manager might not function properly.

Examples


Batch example...


Interactive example...


Use the wsadmin scripting AdminTask object for scripted administration


Related


Commands using wsadmin.sh
IdMgrRepositoryConfig command group
IdMgrConfig command group

+

Search Tips   |   Advanced Search