| Package | Description |
|---|---|
| org.apache.ftpserver.ftplet | |
| org.apache.ftpserver.usermanager | |
| org.apache.ftpserver.usermanager.impl |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Authority> |
User.getAuthorities()
Get all authorities granted to this user
|
List<? extends Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Authority> |
UserFactory.getAuthorities()
Get the authorities for users created by this factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserFactory.setAuthorities(List<Authority> authorities)
Set the authorities for users created by this factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentLoginPermission
Internal class, do not use directly.
The max upload rate permission
|
class |
TransferRatePermission
Internal class, do not use directly.
The max upload rate permission
|
class |
WritePermission
Internal class, do not use directly.
Class representing a write permission
|
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
BaseUser.getAuthorities() |
List<Authority> |
BaseUser.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
BaseUser.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
void |
BaseUser.setAuthorities(List<Authority> authorities) |
Copyright © 2003–2025 The Apache Software Foundation. All rights reserved.