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.AuthenticationCallbackcallbackprotected ClientConnectionclientConnectionprotected EventBuildereventprotected javax.ws.rs.core.HttpHeadersheadersprotected RealmModelrealmprotected KeycloakSessionsession
-
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.ResponseauthResponse(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)
-
-