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

edu.uiuc.ncsa.security.delegation.client.server.CBServer Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package edu.uiuc.ncsa.security.delegation.client.server;

import edu.uiuc.ncsa.security.delegation.client.request.CallbackRequest;
import edu.uiuc.ncsa.security.delegation.client.request.CallbackResponse;
import edu.uiuc.ncsa.security.delegation.services.DoubleDispatchServer;

/**
 * Models a server that handles the callback, if there is one.
 * 

Created by Jeff Gaynor
* on 6/3/13 at 11:02 AM */ public interface CBServer extends DoubleDispatchServer { public CallbackResponse processCallback(CallbackRequest callbackRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy