Interface UsernameHolder

All Known Subinterfaces:
BasicCredentialsProvider, MutableBasicCredentials, MutableUserHolder, SessionContext
All Known Implementing Classes:
BasicCredentialsImpl, HostConfigEntry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UsernameHolder
Author:
Apache MINA SSHD Project
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getUsername

      String getUsername()
      Returns:
      The attached username - may be null/empty if holder not yet initialized