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

edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AuthorizationHandler Maven / Gradle / Ivy

The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.server.servlet;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * Marker interface for things that handle authorization.
 * 

Created by Jeff Gaynor
* on 2/17/14 at 10:48 AM */ public interface AuthorizationHandler { public void doIt(HttpServletRequest request, HttpServletResponse response) throws Throwable; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy