Uses of Interface
org.apache.ftpserver.ftplet.Authority

Packages that use Authority
org.apache.ftpserver.ftplet   
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
 java.util.List<Authority> User.getAuthorities()
          Get all authorities granted to this user
 java.util.List<Authority> User.getAuthorities(java.lang.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
 java.util.List<Authority> User.getAuthorities(java.lang.Class<? extends Authority> clazz)
          Get authorities of the specified type granted to this user
 

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
 java.util.List<Authority> BaseUser.getAuthorities()
           
 java.util.List<Authority> BaseUser.getAuthorities(java.lang.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
 java.util.List<Authority> BaseUser.getAuthorities(java.lang.Class<? extends Authority> clazz)
          Get authorities of the specified type granted to this user
 void BaseUser.setAuthorities(java.util.List<Authority> authorities)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.