@Path(value="/social") public class SocialResource extends Object
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
clientConnection |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected static org.jboss.logging.Logger |
logger |
protected KeycloakSession |
session |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
SocialResource() |
protected static org.jboss.logging.Logger logger
@Context protected javax.ws.rs.core.UriInfo uriInfo
@Context protected javax.ws.rs.core.HttpHeaders headers
@Context protected KeycloakSession session
@Context protected ClientConnection clientConnection
@GET @Path(value="callback") public javax.ws.rs.core.Response callback(@QueryParam(value="state") String encodedState) throws URISyntaxException, IOException
URISyntaxException
IOException
Copyright © 2015. All Rights Reserved.