Uses of Class
org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context
Packages that use OAuth2GrantType.Context
Package
Description
-
Uses of OAuth2GrantType.Context in org.keycloak.protocol.oidc.grants
Fields in org.keycloak.protocol.oidc.grants declared as OAuth2GrantType.ContextMethods in org.keycloak.protocol.oidc.grants with parameters of type OAuth2GrantType.ContextModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAuthorizationCodeGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponseClientCredentialsGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponseOAuth2GrantType.process(OAuth2GrantType.Context context) Processes grant request.jakarta.ws.rs.core.ResponsePermissionGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponsePreAuthorizedCodeGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponseRefreshTokenGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponseResourceOwnerPasswordCredentialsGrantType.process(OAuth2GrantType.Context context) jakarta.ws.rs.core.ResponseTokenExchangeGrantType.process(OAuth2GrantType.Context context) protected voidOAuth2GrantTypeBase.setContext(OAuth2GrantType.Context context) -
Uses of OAuth2GrantType.Context in org.keycloak.protocol.oidc.grants.ciba
Methods in org.keycloak.protocol.oidc.grants.ciba with parameters of type OAuth2GrantType.ContextModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseCibaGrantType.process(OAuth2GrantType.Context context) -
Uses of OAuth2GrantType.Context in org.keycloak.protocol.oidc.grants.device
Methods in org.keycloak.protocol.oidc.grants.device with parameters of type OAuth2GrantType.ContextModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseDeviceGrantType.process(OAuth2GrantType.Context context)