Package org.keycloak.broker.oidc
Class KeycloakOIDCIdentityProvider.KeycloakEndpoint
java.lang.Object
org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider.Endpoint
org.keycloak.broker.oidc.OIDCIdentityProvider.OIDCEndpoint
org.keycloak.broker.oidc.KeycloakOIDCIdentityProvider.KeycloakEndpoint
- Enclosing class:
 - KeycloakOIDCIdentityProvider
 
protected static class KeycloakOIDCIdentityProvider.KeycloakEndpoint
extends OIDCIdentityProvider.OIDCEndpoint
- 
Field Summary
Fields inherited from class org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider.Endpoint
callback, clientConnection, event, headers, httpRequest, realm, session - 
Constructor Summary
ConstructorsConstructorDescriptionKeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider)  - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsebackchannelLogout(String input) generateTokenRequest(String authorizationCode) protected booleanvalidateAction(AdminAction action) Methods inherited from class org.keycloak.broker.oidc.OIDCIdentityProvider.OIDCEndpoint
logoutResponseMethods inherited from class org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider.Endpoint
authResponse 
- 
Constructor Details
- 
KeycloakEndpoint
public KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider)  
 - 
 - 
Method Details
- 
backchannelLogout
 - 
validateAction
 - 
generateTokenRequest
- Overrides:
 generateTokenRequestin classOIDCIdentityProvider.OIDCEndpoint
 
 -