Class OAuthResponse
java.lang.Object
org.apache.oltu.oauth2.common.message.OAuthResponse
- All Implemented Interfaces:
OAuthMessage
- Direct Known Subclasses:
OAuthASResponse,OAuthRSResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoiderrorResponse(int code) getBody()intvoidvoidsetHeaders(Map<String, String> headers) voidsetLocationUri(String uri) status(int code)
-
Method Details
-
status
-
errorResponse
-
getLocationUri
- Specified by:
getLocationUriin interfaceOAuthMessage
-
setLocationUri
- Specified by:
setLocationUriin interfaceOAuthMessage
-
getBody
- Specified by:
getBodyin interfaceOAuthMessage
-
setBody
- Specified by:
setBodyin interfaceOAuthMessage
-
getHeader
- Specified by:
getHeaderin interfaceOAuthMessage
-
getHeaders
- Specified by:
getHeadersin interfaceOAuthMessage
-
setHeaders
- Specified by:
setHeadersin interfaceOAuthMessage
-
getResponseStatus
public int getResponseStatus() -
addHeader
- Specified by:
addHeaderin interfaceOAuthMessage
-