public class CredentialTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
API_ACCESS_KEY_CREDENTIALS |
static String |
PASSWORD_CREDENTIALS |
| Constructor and Description |
|---|
CredentialTypes() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
credentialTypeOf(T input) |
static <T> Map<String,T> |
indexByCredentialType(Iterable<T> iterable) |
public static final String API_ACCESS_KEY_CREDENTIALS
public static final String PASSWORD_CREDENTIALS
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.