Class OA2AutoRegistrationServlet

  • 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 OA2AutoRegistrationServlet
    extends OA2RegistrationServlet

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

    See Also:
    Serialized Form
    • Constructor Detail

      • OA2AutoRegistrationServlet

        public OA2AutoRegistrationServlet()
    • 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