Package edu.uiuc.ncsa.oa2.servlet
Class RFC8628AuthorizationServer.PendingState
- java.lang.Object
-
- org.oa4mp.server.api.servlet.storage.PresentationState
-
- org.oa4mp.server.proxy.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 Summary
Constructors Constructor Description PendingState(int state, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUsername()
boolean
isExpired()
void
setUsername(String username)
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.PresentationState
getRequest, getResponse, getState, setResponse, setState
-
-
-
-
Constructor Detail
-
PendingState
public PendingState(int state, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String id)
-
-