Package | Description |
---|---|
org.apache.ftpserver.usermanager |
Modifier and Type | Method and Description |
---|---|
UserMetadata |
UsernamePasswordAuthentication.getUserMetadata()
Retrive the user metadata
|
UserMetadata |
AnonymousAuthentication.getUserMetadata()
Retrive the user metadata
|
Constructor and Description |
---|
AnonymousAuthentication(UserMetadata userMetadata)
Constructor with an additional user metadata parameter
|
UsernamePasswordAuthentication(String username,
String password,
UserMetadata userMetadata)
Constructor with an additonal parameter for user metadata
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.