Class RFC8628AuthorizationServer.PendingState

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.servlet.PresentableState
    Enclosing class:
    RFC8628AuthorizationServer

    public static class RFC8628AuthorizationServer.PendingState
    extends PresentationState
    A class that is used by the authorization server to track user retries. These only exist here and are only managed here.
    • Constructor Detail

      • PendingState

        public PendingState​(int state,
                            javax.servlet.http.HttpServletRequest httpServletRequest,
                            javax.servlet.http.HttpServletResponse httpServletResponse,
                            String id)
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isExpired

        public boolean isExpired()