Uses of Class
org.forgerock.secrets.oauth2.GrantTypeHandler
-
Packages that use GrantTypeHandler Package Description org.forgerock.openig.filter.oauth2.client OAuth 2.0 Client filter implementation.org.forgerock.secrets.oauth2 A Secrets API backend that can obtain OAuth 2 access tokens from a token endpoint, along with a collection of grant type handlers. -
-
Uses of GrantTypeHandler in org.forgerock.openig.filter.oauth2.client
Methods in org.forgerock.openig.filter.oauth2.client that return GrantTypeHandler Modifier and Type Method Description protected GrantTypeHandlerClientCredentialsOAuth2ClientFilterHeaplet. createGrantTypeHandler()protected GrantTypeHandlerResourceOwnerOAuth2ClientFilterHeaplet. createGrantTypeHandler() -
Uses of GrantTypeHandler in org.forgerock.secrets.oauth2
Subclasses of GrantTypeHandler in org.forgerock.secrets.oauth2 Modifier and Type Class Description classAuthorizationCodeGrantTypeHandlerA handler that can send an authorization code and optional PKCE verifier to the token endpoint to receive an access token.classClientCredentialsGrantTypeHandlerA grant type handler that can retrieve an access token using the client_credentials grant type.classJwtBearerGrantTypeHandlerImplements the JWT bearer assertion grant type.classRefreshTokenGrantTypeHandlerA grant type handler that can obtain an access token using a previously obtained refresh token.classResourceOwnerPasswordGrantTypeHandlerA grant type handler that can obtain an access token using the Resource Owner Password Credentials (ROPC) grant.Methods in org.forgerock.secrets.oauth2 with parameters of type GrantTypeHandler Modifier and Type Method Description AccessTokenSecretStore.BuilderAccessTokenSecretStore.Builder. withInitialGrantTypeHandler(GrantTypeHandler grantType)Configures the initial grant type handler to use for calling the token endpoint.
-