Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem implementation
|
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
AuthInterface.setPassword(String password) |
NextCommandReply |
AuthInterface.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
protected abstract NextCommandReply |
FilesystemBasedAuthImpl.setBusinessPassword(String password)
Set the password according to any implementation and could set the rootFromAuth.
|
protected abstract NextCommandReply |
FilesystemBasedAuthImpl.setBusinessUser(String user)
Set the user according to any implementation and could set the rootFromAuth.
|
NextCommandReply |
FilesystemBasedAuthImpl.setPassword(String password) |
NextCommandReply |
FilesystemBasedAuthImpl.setUser(String user) |
Copyright © 2009–2019 Waarp. All rights reserved.