Class AutoRegistrationServlet

  • All Implemented Interfaces:
    TransactionFilter, edu.uiuc.ncsa.security.core.Logable, edu.uiuc.ncsa.security.servlet.Presentable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class AutoRegistrationServlet
    extends RegistrationServlet
    This will automatically approve every client request. And is intended to allow administrators to test their installation. Do not use in a production environment!!

    Use

    Point to this in the descriptor instead of RegistrationServlet NOTE: Can't stress enough that this is a debug tool for testing deployments and is inherently unsafe in a production environment.

    Created by Jeff Gaynor
    on 9/28/11 at 1:20 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • AutoRegistrationServlet

        public AutoRegistrationServlet()
    • Method Detail

      • approveClient

        public static void approveClient​(edu.uiuc.ncsa.security.core.Identifier clientIdentifier,
                                         String approver)
                                  throws IOException
        This will approve a client. Supply the approver and client
        Parameters:
        clientIdentifier -
        approver -
        Throws:
        IOException