| Package | Description |
|---|---|
| com.pingidentity.pa.sdk.http | |
| com.pingidentity.pa.sdk.identitymapping | |
| com.pingidentity.pa.sdk.identitymapping.header |
| Modifier and Type | Method and Description |
|---|---|
Request |
Exchange.getRequest()
Gets the Request Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exchange.setRequest(Request req)
Sets the Request.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
AsyncIdentityMappingPlugin.mapAnonymousIdentity(Request request,
Exchange exchange)
Maps the anonymous identity.
|
void |
IdentityMappingPlugin.mapAnonymousIdentity(Request request,
Exchange exchange)
Maps the anonymous identity.
|
CompletionStage<Void> |
AsyncIdentityMappingPlugin.mapIdentity(Identity identity,
Request request,
Exchange exchange)
Maps the identity by inspecting the identity associated with the request and making modifications to the request
and/or exchange.
|
void |
IdentityMappingPlugin.mapIdentity(Identity identity,
Request request,
Exchange exchange)
Maps the identity by inspecting the identity associated with the request and making modifications to the request
and/or exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderIdentityMappingPlugin.mapAnonymousIdentity(Request request,
Exchange exchange) |
void |
HeaderIdentityMappingPlugin.mapIdentity(Identity identity,
Request request,
Exchange exchange) |
Copyright 2023 Ping Identity Corp. All rights reserved.