| Interface | Description |
|---|---|
| AuthenticatedUser |
Interface to identify an authenticated user.
|
| AuthenticatedUserAccount |
Account interface.
|
| WorkspacePermission |
Permission for a user to access a workspace.
|
| Class | Description |
|---|---|
| AccessTokenResponse |
Bean representation of a Access Token response.
|
| Account |
Account representation
|
| ClientCredentialAccessTokenFactory |
Provides an access token for two legged oauth.
|
| ClientCredentialsApiAuthFilter |
Adds oauth access token to requests.
|
| ErrorResponse |
Representation an error response conform spec
|
| OAuth2Authenticator |
Authenticator used to protect resources.
|
| OAuth2ClientConfig |
Configuration for oauth resource providers.
|
| Permission |
Permission for a user to access a workspace.
|
| ResourceOwner |
User representation on the side of resource providers.
|
| VerifyTokenResponse |
Representation of the answer to a Resource Server when asked to verify a
token.
|
| Enum | Description |
|---|---|
| PermissionRole |
User roles in workspaces.
|
| PermissionStatus |
User status in workspaces.
|
| UserRole |
User roles on account level.
|
| UserStatus |
User status on account level.
|
| Exception | Description |
|---|---|
| FlowException |
Exception throw during oauth flows.
|
Copyright © 2015. All rights reserved.