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 SummaryFields Modifier and Type Field Description protected IdentityProvider.AuthenticationCallbackcallbackprotected ClientConnectionclientConnectionprotected EventBuildereventprotected javax.ws.rs.core.HttpHeadersheadersprotected RealmModelrealmprotected KeycloakSessionsession
 - 
Constructor SummaryConstructors Constructor Description Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseauthResponse(String state, String denied, String verifier)
 
- 
- 
- 
Field Detail- 
realmprotected final RealmModel realm 
 - 
callbackprotected final IdentityProvider.AuthenticationCallback callback 
 - 
eventprotected final EventBuilder event 
 - 
sessionprotected final KeycloakSession session 
 - 
clientConnectionprotected final ClientConnection clientConnection 
 - 
headersprotected final javax.ws.rs.core.HttpHeaders headers 
 
- 
 - 
Constructor Detail- 
Endpointpublic Endpoint(KeycloakSession session, IdentityProvider.AuthenticationCallback callback, EventBuilder event, TwitterIdentityProvider provider) 
 
- 
 
-