Interface KeystoneApi
- All Superinterfaces:
 AutoCloseable,Closeable
Provides access to the OpenStack Identity (Keystone) REST API.
- 
Method Summary
Modifier and TypeMethodDescriptionProvides access to authentication and token management features.Provides access to service catalog features.Provides access to project features.Provides access to region features.Provides access to user features. 
- 
Method Details
- 
getAuthApi
AuthApi getAuthApi()Provides access to authentication and token management features. - 
getCatalogApi
CatalogApi getCatalogApi()Provides access to service catalog features. - 
getRegionApi
RegionApi getRegionApi()Provides access to region features. - 
getProjectApi
ProjectApi getProjectApi()Provides access to project features. - 
getUserApi
UserApi getUserApi()Provides access to user features. 
 -