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

edu.uiuc.ncsa.security.delegation.client.server.PAServer 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.PARequest;
import edu.uiuc.ncsa.security.delegation.client.request.PAResponse;
import edu.uiuc.ncsa.security.delegation.services.DoubleDispatchServer;

/**
 * A server tasked with processing requests for a protected asset.
 * 

Created by Jeff Gaynor
* on 6/3/13 at 10:46 AM */ public interface PAServer extends DoubleDispatchServer { public PAResponse processPARequest(PARequest request); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy