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

Packages that use Authority
org.apache.ftpserver.ftplet   
 

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
 



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