| Package | Description |
|---|---|
| com.pingidentity.pa.sdk.interceptor | |
| com.pingidentity.pa.sdk.policy |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
RequestInterceptor.handleRequest(Exchange exc)
Called to handle request processing and manipulation as part of a sequence of a
Interceptors. |
static Outcome |
Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Outcome[] |
Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
RuleInterceptorBase.handleRequest(Exchange exchange)
Default implementation of
RequestInterceptor.handleRequest(Exchange) that always returns CONTINUE. |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Outcome> |
AsyncRuleInterceptor.handleRequest(Exchange exchange)
Invoked to allow a
AsyncRuleInterceptor to allow or deny further processing of a request. |
Copyright 2023 Ping Identity Corp. All rights reserved.