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

Packages that use Authority
org.apache.ftpserver.ftplet   
org.apache.ftpserver.usermanager   
 

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
 

Methods in org.apache.ftpserver.usermanager that return types with arguments of type Authority
 java.util.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(java.util.List<Authority> authorities)
          Set the authorities for users created by this factory
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.