Uses of Interface
org.jclouds.openstack.keystone.auth.AuthenticationApi
-
Packages that use AuthenticationApi Package Description org.jclouds.openstack.keystone.auth.config org.jclouds.openstack.keystone.v2_0.auth org.jclouds.openstack.keystone.v3.auth -
-
Uses of AuthenticationApi in org.jclouds.openstack.keystone.auth.config
Methods in org.jclouds.openstack.keystone.auth.config that return AuthenticationApi Modifier and Type Method Description protected AuthenticationApiAuthenticationModule. provideAuthenticationApi(com.google.inject.Injector i, String keystoneVersion)Methods in org.jclouds.openstack.keystone.auth.config that return types with arguments of type AuthenticationApi Modifier and Type Method Description protected Map<String,AuthenticationApi>AuthenticationModule. authenticationApis(com.google.inject.Injector i) -
Uses of AuthenticationApi in org.jclouds.openstack.keystone.v2_0.auth
Subinterfaces of AuthenticationApi in org.jclouds.openstack.keystone.v2_0.auth Modifier and Type Interface Description interfaceV2AuthenticationApiProvides access to the OpenStack Keystone Service API. -
Uses of AuthenticationApi in org.jclouds.openstack.keystone.v3.auth
Subinterfaces of AuthenticationApi in org.jclouds.openstack.keystone.v3.auth Modifier and Type Interface Description interfaceV3AuthenticationApiProvides access to the OpenStack Keystone Authentication API.
-