Uses of Class
org.jclouds.openstack.internal.Authentication
- 
Packages that use Authentication Package Description org.jclouds.openstack.config org.jclouds.openstack.filters org.jclouds.openstack.keystone.v1_1.config  - 
- 
Uses of Authentication in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config with annotations of type Authentication Modifier and Type Method Description protected com.google.common.base.Supplier<String>OpenStackAuthenticationModule. guiceProvideAuthenticationTokenCache(com.google.common.base.Supplier<AuthenticationResponse> supplier) - 
Uses of Authentication in org.jclouds.openstack.filters
Constructor parameters in org.jclouds.openstack.filters with annotations of type Authentication Constructor Description AuthenticateRequest(com.google.common.base.Supplier<String> authTokenProvider) - 
Uses of Authentication in org.jclouds.openstack.keystone.v1_1.config
Methods in org.jclouds.openstack.keystone.v1_1.config with annotations of type Authentication Modifier and Type Method Description protected com.google.common.base.Supplier<String>AuthenticationServiceModule. provideAuthenticationTokenCache(com.google.common.base.Supplier<Auth> supplier)borrowing concurrency code to ensure that caching takes place properly 
 -