Package org.apache.sshd.common.auth
Interface UsernameHolder
-
- All Known Subinterfaces:
BasicCredentialsProvider
,ClientSession
,MutableBasicCredentials
,MutableUserHolder
,ServerSession
,Session
,SessionContext
,UserAuth
- All Known Implementing Classes:
AbstractClientSession
,AbstractServerSession
,AbstractSession
,AbstractUserAuth
,BasicCredentialsImpl
,ClientSessionImpl
,DefaultAuthorizedKeysAuthenticator
,HostConfigEntry
,ScpLocation
,ServerSessionImpl
,SessionHelper
,UserAuthGSS
,UserAuthHostBased
,UserAuthKeyboardInteractive
,UserAuthNone
,UserAuthPassword
,UserAuthPublicKey
- 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUsername()
-