Package org.apache.sshd.common.auth
Interface MutableBasicCredentials
-
- All Superinterfaces:
BasicCredentialsProvider
,MutablePassword
,MutableUserHolder
,PasswordHolder
,UsernameHolder
- All Known Implementing Classes:
BasicCredentialsImpl
public interface MutableBasicCredentials extends BasicCredentialsProvider, MutableUserHolder, MutablePassword
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.auth.MutablePassword
setPassword
-
Methods inherited from interface org.apache.sshd.common.auth.MutableUserHolder
setUsername
-
Methods inherited from interface org.apache.sshd.common.auth.PasswordHolder
getPassword
-
Methods inherited from interface org.apache.sshd.common.auth.UsernameHolder
getUsername
-
-