public interface

AuthenticationCredentials

com.netflix.astyanax.AuthenticationCredentials
Known Indirect Subclasses

Class Overview

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

Summary

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

Public Methods

public abstract Object getAttribute (String name)

Retrieve a single attribute by name

public abstract String[] getAttributeNames ()

Array of all custom attribute names

public abstract String getPassword ()

The password

public abstract String getUsername ()

The username