| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigurationModelAccessor> |
ConfigurationModelAccessorFactory.getConfigurationModelAccessor(Class<T> clazz)
Get an initialized instance of the specified concrete
ConfigurationModelAccessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrustedCertificateGroupAccessor
A
ConfigurationModelAccessor to access certificates contained in a Trusted Certificate Group configured via
the PingAccess Administrative API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyPairAccessor
A
ConfigurationModelAccessor to access key pairs configured via the PingAccess Administrative API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThirdPartyServiceAccessor
A
ConfigurationModelAccessor to access third-party services configured via the PingAccess Administrative
API. |
| Modifier and Type | Class and Description |
|---|---|
static class |
UIElement.NONE
A Class which defines NONE for annotations expecting a class.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ConfigurationModelAccessor> |
DynamicOptionsConfigurationField.getModelAccessorClass() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.dynamicOptions(Class<? extends ConfigurationModelAccessor> clazz)
Replaces the last ConfigurationField with a DynamicOptionsConfigurationField and applies the provided
ConfigurationModelAccessor class to be used by the
DynamicOptionsConfigurationField. |
| Constructor and Description |
|---|
DynamicOptionsConfigurationField(ConfigurationField configurationField,
Class<? extends ConfigurationModelAccessor> modelAccessorClazz) |
DynamicOptionsConfigurationField(String fieldName,
String fieldLabel,
ConfigurationType fieldType,
Class<? extends ConfigurationModelAccessor> modelAccessorClazz) |
Copyright 2023 Ping Identity Corp. All rights reserved.