Package org.keycloak.social.twitter
Class TwitterIdentityProvider.Endpoint
- java.lang.Object
-
- org.keycloak.social.twitter.TwitterIdentityProvider.Endpoint
-
- Enclosing class:
- TwitterIdentityProvider
protected static class TwitterIdentityProvider.Endpoint extends Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
authResponse(String state, String denied, String verifier)
-
-
-
Field Detail
-
realm
protected final RealmModel realm
-
callback
protected final IdentityProvider.AuthenticationCallback callback
-
event
protected final EventBuilder event
-
session
protected final KeycloakSession session
-
clientConnection
protected final ClientConnection clientConnection
-
headers
protected final javax.ws.rs.core.HttpHeaders headers
-
-
Constructor Detail
-
Endpoint
public Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)
-
-