Uses of Interface
com.netflix.astyanax.AuthenticationCredentials

Packages that use AuthenticationCredentials
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.impl   
 

Uses of AuthenticationCredentials in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool that return AuthenticationCredentials
 AuthenticationCredentials ConnectionPoolConfiguration.getAuthenticationCredentials()
          Can return null if no login required
 

Uses of AuthenticationCredentials in com.netflix.astyanax.connectionpool.impl
 

Classes in com.netflix.astyanax.connectionpool.impl that implement AuthenticationCredentials
 class SimpleAuthenticationCredentials
           
 

Methods in com.netflix.astyanax.connectionpool.impl that return AuthenticationCredentials
 AuthenticationCredentials ConnectionPoolConfigurationImpl.getAuthenticationCredentials()
           
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type AuthenticationCredentials
 ConnectionPoolConfigurationImpl ConnectionPoolConfigurationImpl.setAuthenticationCredentials(AuthenticationCredentials credentials)
           
 



Copyright © 2012. All Rights Reserved.