| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncLoadBalancingPlugin<H extends AsyncLoadBalancingHandler,C extends PluginConfiguration>
A
AsyncLoadBalancingPlugin is the runtime instantiation of a Load Balancing Strategy, defined in the
Administrative API, that supports asynchronous computation. |
interface |
LoadBalancingPlugin<H extends LoadBalancingHandler,C extends PluginConfiguration>
A
LoadBalancingPlugin is the runtime instantiation of a Load Balancing Strategy, defined in the
Administrative API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncLoadBalancingPluginBase<H extends AsyncLoadBalancingHandler,C extends PluginConfiguration>
A base class simplifying the implementation of
AsyncLoadBalancingPlugin. |
class |
LoadBalancingPluginBase<H extends LoadBalancingHandler,T extends PluginConfiguration>
A Base class designed to simplify implementing a
LoadBalancingPlugin. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncIdentityMappingPlugin<T extends PluginConfiguration>
A
AsyncIdentityMappingPlugin is the runtime instantiation of an Identity Mapping defined in the
Administrative API that supports asynchronous computation. |
interface |
IdentityMappingPlugin<T extends PluginConfiguration>
A
IdentityMappingPlugin is the runtime instantiation of an Identity Mapping defined in the
Administrative API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncIdentityMappingPluginBase<T extends PluginConfiguration>
A base class simplifying the implementation of
AsyncIdentityMappingPlugin. |
class |
IdentityMappingPluginBase<T extends PluginConfiguration>
A Base class designed to simplify implementing a
IdentityMappingPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderIdentityMappingPlugin<P extends PluginConfiguration>
An abstract base class that can be extended to handle simple identity mapping where attribute names are mapped to
header names.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncSiteAuthenticatorInterceptor<T extends PluginConfiguration>
A
AsyncSiteAuthenticatorInterceptor is the runtime instantiation of a Site Authenticator defined in the
Administrative API that supports asynchronous computation. |
interface |
SiteAuthenticatorInterceptor<T extends PluginConfiguration>
A
SiteAuthenticatorInterceptor is the runtime instantiation of a Site Authenticator defined in the
Administrative API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncSiteAuthenticatorInterceptorBase<T extends PluginConfiguration>
A base class simplifying the implementation of
AsyncSiteAuthenticatorInterceptor. |
class |
SiteAuthenticatorInterceptorBase<T extends PluginConfiguration>
A Base class designed to simplify implementing a
SiteAuthenticatorInterceptor |
Copyright 2023 Ping Identity Corp. All rights reserved.