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