Class CredentialsNameProvider<C extends Credentials>

    • Constructor Detail

      • CredentialsNameProvider

        public CredentialsNameProvider()
    • Method Detail

      • name

        @NonNull
        public static String name​(@NonNull
                                  Credentials credentials)
        Name the credential.
        Parameters:
        credentials - the credential to name.
        Returns:
        the name.
      • getName

        @NonNull
        public abstract String getName​(@NonNull
                                       C credentials)
        Name the credential.
        Parameters:
        credentials - the credential to name.
        Returns:
        the name.