Package org.forgerock.openig.tools
Common tools used in policy service.
-
Interface Summary Interface Description LifeCycle Manages Lifecycle on an object.ProxyOptions Configure proxy settings. -
Class Summary Class Description ApiVersionProtocolHeaderFilter This filter overrides the protocol version in Accept-Api-Version header.CachePolicyDecisionFilter A CRESTFilter
that caches policy decisions.CaffeineUtils Utility class for Caffeine-related workarounds.ClientTlsOptions Extension toTlsOptions
to support changing the behaviour of how hostname verification is enforced.ExecutorFilter ThisFilter
executes all CREST operations in an executor, effectively running the rest of the chain in another thread.FutureUtils HeadlessAuthenticationFilter Provides an OpenAM SSO Token in the given header name for downstream components.InsertSsoTokenHeaderFilter This filter is responsible to check that an @InternalSsoTokenContext
was defined in the context's chain and to propagate the SSO token (potentially not valid) into the request as a header.InternalSsoTokenContext AnInternalSsoTokenContext
used to store an SSO token.InvalidCallerTokenDetectionFilter AnInvalidCallerTokenDetectionFilter
provides a mechanism that allows IG to detect an incorrect response and trigger a token refresh before making the request again with the updated token.JwtUtil Utility methods supporting JWTs.NotSupportedFilter A convenient implementation of a CRESTFilter
that just returns aNotSupportedException
for all the methods implementations.ServerTlsOptions Extension toTlsOptions
supporting client authentication configuration used to drive the authentication negotiation between the client and IG.ServerTlsOptions.SniConfiguration A SNI (Server Name Indication) configuration holder.TlsOptions Key TLS Options used by both theClientTlsOptions
and theServerTlsOptions
.Utils Utility class. -
Enum Summary Enum Description ServerTlsOptions.ClientAuthentication Enum representing the client authentication configuration options driving authentication negotiations between IG and the client.