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.Endpointcallback, clientConnection, event, headers, httpRequest, realm, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsebackchannelLogout(String input)SimpleHttpgenerateTokenRequest(String authorizationCode)protected booleanvalidateAction(AdminAction action)- 
Methods inherited from class org.keycloak.broker.oidc.OIDCIdentityProvider.OIDCEndpointlogoutResponse
 - 
Methods inherited from class org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider.EndpointauthResponse
 
- 
 
- 
- 
- 
Constructor Detail- 
KeycloakEndpointpublic KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider) 
 
- 
 - 
Method Detail- 
backchannelLogout@POST @Path("k_logout") public javax.ws.rs.core.Response backchannelLogout(String input)
 - 
validateActionprotected boolean validateAction(AdminAction action) 
 - 
generateTokenRequestpublic SimpleHttp generateTokenRequest(String authorizationCode) - Overrides:
- generateTokenRequestin class- OIDCIdentityProvider.OIDCEndpoint
 
 
- 
 
-