com.netflix.astyanax
Interface AuthenticationCredentials

All Known Implementing Classes:
SimpleAuthenticationCredentials

public interface AuthenticationCredentials

Representation for a user/password used to log into a keyspace.

Author:
elandau

Method Summary
 Object getAttribute(String name)
          Retrieve a single attribute by name
 String[] getAttributeNames()
          Array of all custom attribute names
 String getPassword()
          The password
 String getUsername()
          The username
 

Method Detail

getUsername

String getUsername()
The username

Returns:

getPassword

String getPassword()
The password

Returns:

getAttributeNames

String[] getAttributeNames()
Array of all custom attribute names

Returns:

getAttribute

Object getAttribute(String name)
Retrieve a single attribute by name

Parameters:
name -
Returns:


Copyright © 2012. All Rights Reserved.