Class OAuthASResponse
java.lang.Object
org.apache.oltu.oauth2.common.message.OAuthResponse
org.apache.oltu.oauth2.as.response.OAuthASResponse
- All Implemented Interfaces:
OAuthMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
OAuthResponse.OAuthErrorResponseBuilder, OAuthResponse.OAuthResponseBuilder -
Method Summary
Modifier and TypeMethodDescriptionauthorizationResponse(HttpServletRequest request, int code) tokenResponse(int code) Methods inherited from class org.apache.oltu.oauth2.common.message.OAuthResponse
addHeader, errorResponse, getBody, getHeader, getHeaders, getLocationUri, getResponseStatus, setBody, setHeaders, setLocationUri, status
-
Method Details
-
authorizationResponse
public static OAuthASResponse.OAuthAuthorizationResponseBuilder authorizationResponse(HttpServletRequest request, int code) -
tokenResponse
-