LocalOAuthAccessTokenServlet is the servlet responsible for
implementing the access token acquisition step of the fake OAuth
authentication flow provided by the Development AppServer.
LocalOAuthAuthorizeTokenServlet is the servlet responsible for
implementing the token authorization step of the fake OAuth authentication
flow provided by the Development AppServer.
LocalOAuthRequestTokenServlet is the servlet responsible for
implementing the request token acquisition step of the fake OAuth
authentication flow provided by the Development AppServer.
LoginCookieUtils encapsulates the creation, deletion, and
parsing of the fake authentication cookie used by the Development
Appserver to simulate login.