Uses of Class
org.forgerock.openig.fapi.FapiGenericHeaplet
Packages that use FapiGenericHeaplet
Package
Description
This package contains classes related to the OAuth2.0 Authorize request.
This package contains classes related to the OAuth2.0 PAR request.
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
This package contains classes related to Identity Platform endpoints.
This package contains classes related to the request on Resource Server.
This package contains classes related to the OAuth2.0 Token request.
This package contains classes related to the OAuth2.0 well-known request.
-
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.authorization.authorize
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.authorization.authorizeModifier and TypeClassDescriptionfinal class
Filters chain that validates Authorize requests to make sure that they will produce OAuth2.0 clients that are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advanced -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.authorization.par
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.authorization.parModifier and TypeClassDescriptionfinal class
Filters chain that validates PAR requests to make sure that they will produce OAuth2.0 clients that are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advanced -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.dcr
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.dcrModifier and TypeClassDescriptionfinal class
Filters chain that validates Dynamic Client Registration (DCR) requests to make sure that they will produce OAuth2.0 clients that are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advanced -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.passthrough
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.passthroughModifier and TypeClassDescriptionfinal class
Pass-through filter chain for any unprotected Identity Platform endpoints (such as the XUI). -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.resource
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.resourceModifier and TypeClassDescriptionfinal class
Filters chain that validates requests on resources server to make sure they are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advancedfinal class
Filters chain that validates requests on resources server to make sure they are compliant with the following FAPI specifications. -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.token
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.tokenModifier and TypeClassDescriptionfinal class
Filters chain that validates Token requests to make sure that they will produce OAuth2.0 clients that are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advanced -
Uses of FapiGenericHeaplet in org.forgerock.openig.fapi.wellknown
Subclasses of FapiGenericHeaplet in org.forgerock.openig.fapi.wellknownModifier and TypeClassDescriptionfinal class
Filters chain that validates well-known requests to make sure that they will produce OAuth2.0 clients that are compliant with the following FAPI specifications: Financial-grade API Security Profile 1.0 - Part 1: Baseline Financial-grade API Security Profile 1.0 - Part 2: Advanced