protected class TwitterIdentityProvider.Endpoint extends Object
Modifier and Type | Field and Description |
---|---|
protected IdentityProvider.AuthenticationCallback |
callback |
protected ClientConnection |
clientConnection |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected RealmModel |
realm |
protected KeycloakSession |
session |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
Endpoint(RealmModel realm,
IdentityProvider.AuthenticationCallback callback) |
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
@Context protected KeycloakSession session
@Context protected ClientConnection clientConnection
@Context protected javax.ws.rs.core.HttpHeaders headers
@Context protected javax.ws.rs.core.UriInfo uriInfo
public Endpoint(RealmModel realm, IdentityProvider.AuthenticationCallback callback)
Copyright © 2016 JBoss by Red Hat. All rights reserved.