|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authority | |
|---|---|
| org.apache.ftpserver.ftplet | |
| org.apache.ftpserver.usermanager | |
| org.apache.ftpserver.usermanager.impl | |
| Uses of Authority in org.apache.ftpserver.ftplet |
|---|
| Methods in org.apache.ftpserver.ftplet that return types with arguments of type Authority | |
|---|---|
List<Authority> |
User.getAuthorities()
Get all authorities granted to this user |
List<Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user |
| Method parameters in org.apache.ftpserver.ftplet with type arguments of type Authority | |
|---|---|
List<Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user |
| Uses of Authority in org.apache.ftpserver.usermanager |
|---|
| Methods in org.apache.ftpserver.usermanager that return types with arguments of type Authority | |
|---|---|
List<? extends Authority> |
UserFactory.getAuthorities()
Get the authorities for users created by this factory |
| Method parameters in org.apache.ftpserver.usermanager with type arguments of type Authority | |
|---|---|
void |
UserFactory.setAuthorities(List<Authority> authorities)
Set the authorities for users created by this factory |
| Uses of Authority in org.apache.ftpserver.usermanager.impl |
|---|
| Classes in org.apache.ftpserver.usermanager.impl that implement Authority | |
|---|---|
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 |
| Methods in org.apache.ftpserver.usermanager.impl that return types with arguments of type Authority | |
|---|---|
List<Authority> |
BaseUser.getAuthorities()
|
List<Authority> |
BaseUser.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user |
| Method parameters in org.apache.ftpserver.usermanager.impl with type arguments of type Authority | |
|---|---|
List<Authority> |
BaseUser.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user |
void |
BaseUser.setAuthorities(List<Authority> authorities)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||