protected class TwitterIdentityProvider.Endpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.keycloak.broker.provider.IdentityProvider.AuthenticationCallback |
callback |
protected org.keycloak.common.ClientConnection |
clientConnection |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected org.keycloak.models.RealmModel |
realm |
protected org.keycloak.models.KeycloakSession |
session |
protected javax.ws.rs.core.UriInfo |
uriInfo |
| Constructor and Description |
|---|
Endpoint(org.keycloak.models.RealmModel realm,
org.keycloak.broker.provider.IdentityProvider.AuthenticationCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
authResponse(String state,
String denied,
String verifier) |
protected org.keycloak.models.RealmModel realm
protected org.keycloak.broker.provider.IdentityProvider.AuthenticationCallback callback
@Context protected org.keycloak.models.KeycloakSession session
@Context protected org.keycloak.common.ClientConnection clientConnection
@Context protected javax.ws.rs.core.HttpHeaders headers
@Context protected javax.ws.rs.core.UriInfo uriInfo
Copyright © 2015 JBoss by Red Hat. All rights reserved.