| Package | Description |
|---|---|
| com.pingidentity.pa.sdk.interceptor | |
| com.pingidentity.pa.sdk.policy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestInterceptor
An
Interceptor that will be invoked when PingAccess is processing a HTTP request. |
interface |
ResponseInterceptor
An
Interceptor that will be invoked when PingAccess is processing a response. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncRuleInterceptor<T extends PluginConfiguration>
A
AsyncRuleInterceptor is the runtime instantiation of a Rule defined in the Administrative API that
supports applying access control logic as an asynchronous computation. |
interface |
RuleInterceptor<T extends PluginConfiguration>
A
RuleInterceptor is the runtime instantiation of a Rule defined in the Administrative API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRuleInterceptorBase<T extends PluginConfiguration>
A base class simplifying the implementation of
AsyncRuleInterceptor |
class |
RuleInterceptorBase<T extends PluginConfiguration>
A base class to simplify implementing
RuleInterceptor. |
Copyright 2023 Ping Identity Corp. All rights reserved.