All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.uiuc.ncsa.security.delegation.services.Request Maven / Gradle / Ivy

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 { Response process(Server server); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy