Global Config Sample Accounter

The Global Config Sample Accounter holds the clients balances internally in the global configuration.

Fully qualified class name: ACCOUNTER=org.signserver.server.GlobalConfigSampleAccounter.

The Global Config Sample Accounter is only for demonstration purposes and will not work under load. A production Accounter should use an implementation using a proper database. 

Global Configuration Properties

Property

Description

GLOBALCONFIGSAMPLEACCOUNTER_USERS 

Mapping from credential to account name.

Example:

GLOBALCONFIGSAMPLEACCOUNTER_USERS = user1,password:account1; user2,password2:account2

GLOBALCONFIGSAMPLEACCOUNTER_ACCOUNTS 

Mapping from account name to a balance.

Example:

GLOBALCONFIGSAMPLEACCOUNTER_ACCOUNTS = account1:14375; account2:12