Package org.oa4mp.server.proxy
Class RFC8628AuthenticationServer.PendingState
- java.lang.Object
-
- org.oa4mp.server.api.storage.servlet.PresentationState
-
- org.oa4mp.server.proxy.RFC8628AuthenticationServer.PendingState
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.servlet.PresentableState
- Enclosing class:
- RFC8628AuthenticationServer
public static class RFC8628AuthenticationServer.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 org.oa4mp.server.api.storage.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)
-
-