protected class KeycloakOIDCIdentityProvider.KeycloakEndpoint extends OIDCIdentityProvider.OIDCEndpoint
callback, clientConnection, event, headers, httpRequest, realm, session
Constructor and Description |
---|
KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
backchannelLogout(String input) |
SimpleHttp |
generateTokenRequest(String authorizationCode) |
protected boolean |
validateAction(AdminAction action) |
logoutResponse
authResponse
public KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback, RealmModel realm, EventBuilder event)
@POST @Path(value="k_logout") public javax.ws.rs.core.Response backchannelLogout(String input)
protected boolean validateAction(AdminAction action)
public SimpleHttp generateTokenRequest(String authorizationCode)
generateTokenRequest
in class OIDCIdentityProvider.OIDCEndpoint
Copyright © 2021 JBoss by Red Hat. All rights reserved.