Class OAuthResponse.OAuthResponseBuilder
- java.lang.Object
-
- org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
-
- Direct Known Subclasses:
OAuthASResponse.OAuthAuthorizationResponseBuilder,OAuthASResponse.OAuthTokenResponseBuilder,OAuthResponse.OAuthErrorResponseBuilder,OAuthRSResponse.OAuthRSResponseBuilder
- Enclosing class:
- OAuthResponse
public static class OAuthResponse.OAuthResponseBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OAuthResponseBuilder(int responseCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthResponsebuildBodyMessage()OAuthResponsebuildHeaderMessage()OAuthResponsebuildJSONMessage()OAuthResponsebuildQueryMessage()OAuthResponse.OAuthResponseBuilderlocation(java.lang.String location)OAuthResponse.OAuthResponseBuildersetParam(java.lang.String key, java.lang.String value)OAuthResponse.OAuthResponseBuildersetScope(java.lang.String value)
-
-
-
Method Detail
-
location
public OAuthResponse.OAuthResponseBuilder location(java.lang.String location)
-
setScope
public OAuthResponse.OAuthResponseBuilder setScope(java.lang.String value)
-
setParam
public OAuthResponse.OAuthResponseBuilder setParam(java.lang.String key, java.lang.String value)
-
buildQueryMessage
public OAuthResponse buildQueryMessage() throws OAuthSystemException
- Throws:
OAuthSystemException
-
buildBodyMessage
public OAuthResponse buildBodyMessage() throws OAuthSystemException
- Throws:
OAuthSystemException
-
buildJSONMessage
public OAuthResponse buildJSONMessage() throws OAuthSystemException
- Throws:
OAuthSystemException
-
buildHeaderMessage
public OAuthResponse buildHeaderMessage() throws OAuthSystemException
- Throws:
OAuthSystemException
-
-