Class CRServlet

  • All Implemented Interfaces:
    TransactionFilter, edu.uiuc.ncsa.security.core.Logable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    Direct Known Subclasses:
    AbstractAuthorizationServlet, ACS2, AuthorizedServlet

    public abstract class CRServlet
    extends MyProxyDelegationServlet
    This is the super class of the servlet that is supposed to retrieve a cert. This happens at different times in different protocols. This will retrieve the cert and assumes that there is an MyProxyConnectable that has been found and is cached. This will close the connection at the end of the request. If the client should get a limited proxy, that will be done here as well.
    Finally, if the DN from the cert is to be returned as the username in the final call to the service, that will be set here.

    Created by Jeff Gaynor
    on 2/6/14 at 11:30 AM

    See Also:
    Serialized Form