Show TOC Start of Content Area

Background documentation UME Properties for Companies  Locate the document in its SAP Library structure

These properties enable you to configure companies for the user management engine (UME).

Company Properties for the UME

Property

Value

Description

ume.tpd.
classloader

 

Name of the class loader that loads the class named in ume.tpd.imp.class. You can find the name of the class loader in the visual administrator in the ClassLoader Viewer service. The name follows the form <library/service>:<sda_name>.

See also Companies and Using a Trading Partner Directory Implementation for Companies.

ume.tpd.companies

Default value is 0.

0 = No companies. All users do not belong to any company.

1 =  One company, Portal, is available.

2 = Two companies, Corporate and External, are available

<comma-separated_
list_of_company_names>
= The companies defined in the list are available. Example: a,b,c

Defines which companies are used.

Only use this property if ume.tpd.imp.class is set to com.sap.security.core.
tpd.SimpleTPD
.

See also Companies.

ume.tpd.imp.class

Default value is com.sap.security.core.
tpd.SimpleTPD
.

Name of the class that implements the interface com.sapmarkets.tpd.master.
TradingPartnerDirectoryInterface
.  UME uses this class to retrieve company information.

See also Companies and Using a Trading Partner Directory Implementation for Companies.

ume.tpd.prefix

Default value is STPD_.

This property sets a prefix before the company name. It appears in the company selection field and as the group name, for example.

ume.company_groups.
enabled

Default value is FALSE.

TRUE = show the groups created dynamically for companies.

FALSE = hide the groups.

When shown, groups with the name <prefix><company_name> appear in the list of groups.

If ume.tpd.imp.class is set to the default value, this property is ignored and the company groups appear, as if the value was set to TRUE.

ume.company_groups.
description_template

Default value is Company {companyName}.

This string appears in the user interface under the Name attribute..

ume.company_groups.
displayname_template

Default value is {companyName} ({companyID})

This string appears in the user interface under the Description attribute.

ume.company_groups.
guestusercompany.enabled

Default value is TRUE.

TRUE = Show the guest user company.

FALSE = Hide the guest user company.

The guest user company name must be defined if this value is TRUE. The name is determined by ume.company_groups.
guestusercompany.name
. A self registered user belongs to this group until the administrator approves the user. When approved the user belongs to the company group. You can assign roles to the guest company to enable unapproved users access to content.

ume.company_groups.
guestusercompany.name

Default value is Guest Users.

This value is the name of the guest company group.

 

End of Content Area