public interface FileSystemAuthenticator
| Modifier and Type | Method and Description |
|---|---|
FileSystemUser |
authenticate(String username,
String password)
Attempts to authenticate with the target filesystem using the given filesystem username and password.
|
FileSystemUser authenticate(String username, String password)
username - the filesystem username to authenticate as. Must not be null.password - the given user's password. Can be null if the target filesystem supports null passwords.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.