| Interface | Description |
|---|---|
| LocaleOverrideService |
A
LocaleOverrideService is a singleton plugin that can apply custom logic for resolving the locale of a
HTTP request. |
| LocalizedMessage |
A message that can be resolved for a specific
Locale. |
| LocalizedMessageResolver |
Resolves localized strings from the pa-messages properties files located in the conf/localization directory in the
PingAccess installation.
|
| Class | Description |
|---|---|
| BasicLocalizedMessage |
A simple
LocalizedMessage that resolves a single message key. |
| FixedMessage |
An implementation of
LocalizedMessage that just returns a fixed message string, without resolving any
localized values. |
| ParameterizedLocalizedMessage |
A
LocalizedMessage that resolves a message with placeholders. |
| Enum | Description |
|---|---|
| ErrorDescription |
Enum with descriptions for common errors
|
Copyright 2023 Ping Identity Corp. All rights reserved.