Interface | Description |
---|---|
OAuthClientFilter.AuthHandler |
Implementation of this interface should be passed to the filter constructor
to handle user authorization requests and respond to obtaining a new access token
(e.g.
|
Class | Description |
---|---|
OAuthClientFilter |
Client filter adding OAuth authorization header to the HTTP request, if no
authorization header is already present.
|
Exception | Description |
---|---|
UnauthorizedRequestException |
Thrown from a client request by the
OAuthClientFilter if
the request is not properly authorized. |
Copyright © 2013 Oracle Corporation. All rights reserved.