| Class | Description |
|---|---|
| AccessToken |
Access Token representation
|
| AccessTokenRegistration |
Captures the information associated with the access token registration request.
|
| AuthorizationInput |
Represents the user approval of the client RequestToken.
|
| Client |
Represents a registered third-party consumer
|
| OAuthAuthorizationData |
This bean represents a resource owner authorization challenge.
|
| OAuthContext |
Captures the information which custom filters may use to further protect the endpoints
|
| OAuthPermission |
Provides the complete information about a given opaque permission.
|
| Permission |
Base permission description which is visible to
authorization handlers
|
| RequestToken |
Request Token representation
|
| RequestTokenRegistration |
Captures the information associated with the request token registration request.
|
| Token |
Base Token representation
|
| UserSubject |
Represents a user alias or login name which AuthorizationService
may capture after the end user approved a given third party request
|
Apache CXF