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

Packages that use AuthorizationRequest
org.apache.ftpserver.ftplet   
 

Uses of AuthorizationRequest in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return AuthorizationRequest
 AuthorizationRequest User.authorize(AuthorizationRequest request)
          Authorize a AuthorizationRequest for this user
 AuthorizationRequest Authority.authorize(AuthorizationRequest request)
          Authorize an AuthorizationRequest.
 

Methods in org.apache.ftpserver.ftplet with parameters of type AuthorizationRequest
 AuthorizationRequest User.authorize(AuthorizationRequest request)
          Authorize a AuthorizationRequest for this user
 AuthorizationRequest Authority.authorize(AuthorizationRequest request)
          Authorize an AuthorizationRequest.
 boolean Authority.canAuthorize(AuthorizationRequest request)
          Indicates weather this Authority can authorize a certain request
 



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