GlobalConfigSampleAccounter

ACCOUNTER=org.signserver.server.GlobalConfigSampleAccounter.

Accounter holding the clients balances internally in the global configuration.

This 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