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
Constructors Constructor Description KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event, KeycloakOIDCIdentityProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
backchannelLogout(String input)
SimpleHttp
generateTokenRequest(String authorizationCode)
protected boolean
validateAction(AdminAction action)
-
Methods inherited from class org.keycloak.broker.oidc.OIDCIdentityProvider.OIDCEndpoint
logoutResponse
-
Methods inherited from class org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider.Endpoint
authResponse
-
-
-
-
Constructor Detail
-
KeycloakEndpoint
public 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)
-
validateAction
protected boolean validateAction(AdminAction action)
-
generateTokenRequest
public SimpleHttp generateTokenRequest(String authorizationCode)
- Overrides:
generateTokenRequest
in classOIDCIdentityProvider.OIDCEndpoint
-
-