Package org.apache.sshd.common.auth
Interface MutableUserHolder
-
- All Superinterfaces:
UsernameHolder
- All Known Subinterfaces:
ClientSession
,MutableBasicCredentials
,ServerSession
,Session
- All Known Implementing Classes:
AbstractClientSession
,AbstractServerSession
,AbstractSession
,BasicCredentialsImpl
,ClientSessionImpl
,HostConfigEntry
,ScpLocation
,ServerSessionImpl
,SessionHelper
public interface MutableUserHolder extends UsernameHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setUsername(java.lang.String username)
-
Methods inherited from interface org.apache.sshd.common.auth.UsernameHolder
getUsername
-
-