Class SftpAuthenticator
java.lang.Object
net.datenwerke.rs.remoteaccess.service.sftp.SftpAuthenticator
-
Constructor Summary
ConstructorsConstructorDescriptionSftpAuthenticator(<any> authenticatorServiceProvider, <any> userManagerServiceProvider, <any> passwordHasherProvider, <any> securityServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanauthenticate(String username, String password, ServerSession session) getUser()boolean
-
Constructor Details
-
SftpAuthenticator
public SftpAuthenticator(<any> authenticatorServiceProvider, <any> userManagerServiceProvider, <any> passwordHasherProvider, <any> securityServiceProvider)
-
-
Method Details
-
authenticate
-
getUserId
-
getUser
-
isAuthenticated
public boolean isAuthenticated() -
authenticate
public void authenticate()
-