Class OAuthClientResponseFactory
java.lang.Object
org.apache.oltu.oauth2.client.response.OAuthClientResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends OAuthClientResponse>
TcreateCustomResponse(String body, String contentType, int responseCode, Class<T> clazz) static OAuthClientResponsecreateGitHubTokenResponse(String body, String contentType, int responseCode) static OAuthClientResponsecreateJSONTokenResponse(String body, String contentType, int responseCode)
-
Constructor Details
-
OAuthClientResponseFactory
public OAuthClientResponseFactory()
-
-
Method Details
-
createGitHubTokenResponse
public static OAuthClientResponse createGitHubTokenResponse(String body, String contentType, int responseCode) throws OAuthProblemException - Throws:
OAuthProblemException
-
createJSONTokenResponse
public static OAuthClientResponse createJSONTokenResponse(String body, String contentType, int responseCode) throws OAuthProblemException - Throws:
OAuthProblemException
-
createCustomResponse
public static <T extends OAuthClientResponse> T createCustomResponse(String body, String contentType, int responseCode, Class<T> clazz) throws OAuthSystemException, OAuthProblemException
-