Class RFC7009

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.Logable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, TransactionFilter, org.oa4mp.delegation.server.server.RFC7662Constants

    public class RFC7009
    extends TokenManagerServlet
    Token Revocation endpoint. This implements RFC7009.

    Created by Jeff Gaynor
    on 2/17/20 at 12:24 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • RFC7009

        public RFC7009()
    • Method Detail

      • doIt

        protected void doIt​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp)
                     throws Throwable
        Specified by:
        doIt in class edu.uiuc.ncsa.security.servlet.AbstractServlet
        Throws:
        Throwable
      • checkToken

        protected boolean checkToken​(OA2Client requestingClient,
                                     String token)