Interface MutableUserHolder

All Superinterfaces:
UsernameHolder
All Known Subinterfaces:
MutableBasicCredentials
All Known Implementing Classes:
BasicCredentialsImpl, HostConfigEntry

public interface MutableUserHolder extends UsernameHolder
Author:
Apache MINA SSHD Project
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setUsername(String username)
     

    Methods inherited from interface org.apache.sshd.common.auth.UsernameHolder

    getUsername
  • Method Details

    • setUsername

      void setUsername(String username)