Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.challenge |
This package contains handlers implementations that return challenging responses in case of OAuth2 processing errors.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Method and Description |
---|---|
Response |
NoAuthenticationChallengeHandler.createResponse() |
protected Response |
InvalidTokenChallengeHandler.createResponse() |
protected Response |
InvalidRequestChallengeHandler.createResponse() |
protected Response |
InsufficientScopeChallengeHandler.createResponse() |
protected abstract Response |
AuthenticateChallengeHandler.createResponse()
Creates a
Response with the appropriate status code and reason. |
Modifier and Type | Field and Description |
---|---|
Response |
Exchange.response
The response portion of the HTTP exchange.
|
Modifier and Type | Method and Description |
---|---|
Response |
HttpClient.execute(Request request)
Submits the request to the remote server.
|
Response |
Response.setReason(String reason)
Sets the response status reason.
|
Response |
Response.setStatus(Integer status)
Sets the response status code.
|
Copyright © 2014 ForgeRock AS. All rights reserved.