Package | Description |
---|---|
org.apache.cxf.rs.security.oauth.services |
Modifier and Type | Class and Description |
---|---|
class |
AccessTokenService
This resource will replace a request token with a new access token which
will complete the OAuth flow.
|
class |
AuthorizationRequestService
This resource handles the End User authorising
or denying the Client to access its resources.
|
class |
RequestTokenService
This resource issues a temporary request token to the Client
which will be later authorised and exchanged for the access token
|
Apache CXF