Uses of Interface
org.keycloak.protocol.oidc.grants.OAuth2GrantType
Packages that use OAuth2GrantType
Package
Description
-
Uses of OAuth2GrantType in org.keycloak.protocol.oidc.grants
Classes in org.keycloak.protocol.oidc.grants that implement OAuth2GrantTypeModifier and TypeClassDescriptionclassOAuth 2.0 Authorization Code Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.1classOAuth 2.0 Client Credentials Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.4classBase class for OAuth 2.0 grant typesclassUser-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization https://docs.kantarainitiative.org/uma/wg/rec-oauth-uma-grant-2.0.html#uma-grant-typeclassclassOAuth 2.0 Refresh Token Grant https://datatracker.ietf.org/doc/html/rfc6749#section-6classOAuth 2.0 Resource Owner Password Credentials Grant https://datatracker.ietf.org/doc/html/rfc6749#section-4.3classOAuth 2.0 Authorization Code Grant https://datatracker.ietf.org/doc/html/rfc8693#section-2.1Methods in org.keycloak.protocol.oidc.grants that return OAuth2GrantTypeModifier and TypeMethodDescriptionAuthorizationCodeGrantTypeFactory.create(KeycloakSession session) ClientCredentialsGrantTypeFactory.create(KeycloakSession session) PermissionGrantTypeFactory.create(KeycloakSession session) PreAuthorizedCodeGrantTypeFactory.create(KeycloakSession session) RefreshTokenGrantTypeFactory.create(KeycloakSession session) ResourceOwnerPasswordCredentialsGrantTypeFactory.create(KeycloakSession session) TokenExchangeGrantTypeFactory.create(KeycloakSession session) -
Uses of OAuth2GrantType in org.keycloak.protocol.oidc.grants.ciba
Classes in org.keycloak.protocol.oidc.grants.ciba that implement OAuth2GrantTypeModifier and TypeClassDescriptionclassOpenID Connect Client-Initiated Backchannel Authentication Flow https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#rfc.section.10.1Methods in org.keycloak.protocol.oidc.grants.ciba that return OAuth2GrantType -
Uses of OAuth2GrantType in org.keycloak.protocol.oidc.grants.device
Classes in org.keycloak.protocol.oidc.grants.device that implement OAuth2GrantTypeModifier and TypeClassDescriptionclassOAuth 2.0 Device Authorization Grant https://datatracker.ietf.org/doc/html/rfc8628#section-3.4Methods in org.keycloak.protocol.oidc.grants.device that return OAuth2GrantType