protected class TwitterIdentityProvider.Endpoint extends Object
Modifier and Type | Field and Description |
---|---|
protected IdentityProvider.AuthenticationCallback |
callback |
protected ClientConnection |
clientConnection |
protected EventBuilder |
event |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected RealmModel |
realm |
protected KeycloakSession |
session |
Constructor and Description |
---|
Endpoint(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
authResponse(String state,
String denied,
String verifier) |
protected RealmModel realm
protected IdentityProvider.AuthenticationCallback callback
protected EventBuilder event
@Context protected KeycloakSession session
@Context protected ClientConnection clientConnection
@Context protected javax.ws.rs.core.HttpHeaders headers
public Endpoint(RealmModel realm, IdentityProvider.AuthenticationCallback callback, EventBuilder event)
Copyright © 2020 JBoss by Red Hat. All rights reserved.