
edu.uiuc.ncsa.security.delegation.services.Request Maven / Gradle / Ivy
The newest version!
package edu.uiuc.ncsa.security.delegation.services;
/**
* General delegation request to a service
* Created by Jeff Gaynor
* on Apr 13, 2011 at 3:32:38 PM
*/
public interface Request {
/**
* Process the request
* @param server
* @return
*/
Response process(Server server);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy