Class RefreshTokenInitializer.RTMethod
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.RefreshTokenInitializer.RTMethod
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Direct Known Subclasses:
RefreshTokenInitializer.rtFinish
,RefreshTokenInitializer.rtInit
,RefreshTokenInitializer.rtRefresh
- Enclosing class:
- RefreshTokenInitializer
public abstract class RefreshTokenInitializer.RTMethod extends TokenHandlerMethod
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
doMethod(String execPhase)
Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
protected AbstractPayloadConfig
getPayloadConfig()
BasicRefreshTokenHandler
getRtHandler()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
RTMethod
public RTMethod(OA2State oa2State)
-
-
Method Detail
-
getPayloadConfig
protected AbstractPayloadConfig getPayloadConfig()
- Specified by:
getPayloadConfig
in classTokenHandlerMethod
-
getRtHandler
public BasicRefreshTokenHandler getRtHandler()
-
evaluate
public Object evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
- Specified by:
evaluate
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
- Overrides:
evaluate
in classTokenHandlerMethod
-
-