public abstract class CredentialsNameProvider<C extends Credentials> extends Object
NameWith| Constructor and Description |
|---|
CredentialsNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName(C credentials)
Name the credential.
|
static String |
name(Credentials credentials)
Name the credential.
|
@NonNull public static String name(@NonNull Credentials credentials)
credentials - the credential to name.Copyright © 2016–2017. All rights reserved.