Package org.forgerock.openig.tools
Common tools used in policy service.
-
Interface Summary Interface Description LifeCycle Manages Lifecycle on an object. -
Class Summary Class Description ApiVersionProtocolHeaderFilter This filter overrides the protocol version in Accept-Api-Version header.CachePolicyDecisionRequestHandler ARequestHandler
that caches policies.CaffeineUtils Utility class for Caffeine-related workarounds.ClientTlsOptions TLS Options value object.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.JwtUtil Utility methods supporting JWTs.NotSupportedFilter A convenient implementation of a CRESTFilter
that just returns aNotSupportedException
for all the methods implementations.ServerTlsOptions Extension toClientTlsOptions
supporting client authentication configuration used to drive the authentication negotiation between the client and IG.Utils Utility class. -
Enum Summary Enum Description ServerTlsOptions.ClientAuthentication Enum representing the client authentication configuration options driving authentication negotiations between IG and the client.