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 abstract String getName(@NonNull C credentials)
credentials - the credential to name.@NonNull public static String name(@NonNull Credentials credentials)
credentials - the credential to name.Copyright © 2016. All rights reserved.