| Interface | Description |
|---|---|
| Access |
Access is the entity returned when Authenticated by the Identity service
|
| Access.Service | |
| Access.UserDetails | |
| AuthStore |
An entity which holds enough information in store to re-authenticate at any given time during a session.
|
| Endpoint |
Endpoint Model is used to describe a network address which is described by URL's and other service
information depending on the context it was retrieved in.
|
| Role |
A permission scheme a user is assigned when performing specific operations.
|
| Service |
OpenStack service, such as Compute (Nova), Object Storage (Swift), or Image Service (Glance).
|
| ServiceEndpoint |
OpenStack ServiceEndpoint is an endpoint which is mapped to a
Service |
| Tenant |
Tenant Model class use to group/isolate resources and/or identity objects
|
| TenantUser |
A User from a Tenant perspective
|
| Token |
A token which is used during authentication allowing follow up calls to only supply the assigned token within the header avoiding re-authentication
|
| TokenV2 |
A version 2 token which is used during authentication allowing follow up calls to only supply the assigned token within the header avoiding re-authentication
|
| User |
An Identity User within OpenStack
|
| Class | Description |
|---|---|
| URLResolverParams |
Dynamic parameters used for URL resolution with Endpoints
|
| Enum | Description |
|---|---|
| AuthVersion |
Represents the Authentication Version used to authenticate againt an OpenStack deployment
|