| Package | Description |
|---|---|
| com.pingidentity.pa.sdk.http | |
| com.pingidentity.pa.sdk.policy.error |
This package provides the following implementations of
ErrorHandlingCallback:
LocalizedInternalServerErrorCallback returns an HTTP 500
Internal Server Error. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ExchangeProperty<T> |
ExchangeProperty.create(String namespace,
String identifier,
Class<T> type)
Creates a new
ExchangeProperty. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
Exchange.getProperty(ExchangeProperty<T> property)
Retrieves a property from this exchange.
|
<T> T |
Exchange.getRequiredProperty(ExchangeProperty<T> property)
Retrieves a property from this exchange, throwing an unchecked exception if no value is present.
|
default boolean |
Exchange.isPropertyTrue(ExchangeProperty<Boolean> property)
Determines if a boolean property is set to
true. |
default void |
Exchange.removeProperty(ExchangeProperty<?> property)
Removes a property from this exchange, which is equivalent to setting the property to a null value.
|
<T> void |
Exchange.setProperty(ExchangeProperty<T> property,
T value)
Stores a property in this exchange.
|
| Modifier and Type | Field and Description |
|---|---|
static ExchangeProperty<String> |
RuleInterceptorErrorHandlingCallback.POLICY_ERROR_INFO
String value denoting the Error information for the Policy failure.
|
Copyright 2023 Ping Identity Corp. All rights reserved.