public class SftpAuthenticator
extends java.lang.Object
Constructor and Description |
---|
SftpAuthenticator(<any> authenticatorServiceProvider,
<any> userManagerServiceProvider,
<any> passwordHasherProvider,
<any> securityServiceProvider) |
Modifier and Type | Method and Description |
---|---|
void |
authenticate() |
boolean |
authenticate(java.lang.String username,
java.lang.String password,
ServerSession session) |
User |
getUser() |
java.lang.Long |
getUserId() |
boolean |
isAuthenticated() |
public SftpAuthenticator(<any> authenticatorServiceProvider, <any> userManagerServiceProvider, <any> passwordHasherProvider, <any> securityServiceProvider)
public boolean authenticate(java.lang.String username, java.lang.String password, ServerSession session)
public java.lang.Long getUserId()
public User getUser()
public boolean isAuthenticated()
public void authenticate()