Class RefreshTokenInitializer.RTMethod
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
-
- org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.RTMethod
-
- All Implemented Interfaces:
Serializable,org.qdl_lang.extensions.QDLFunction
- 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 voiddoMethod(String execPhase)org.qdl_lang.variables.values.QDLValueevaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)protected AbstractPayloadConfiggetPayloadConfig()BasicRefreshTokenHandlergetRtHandler()-
Methods inherited from class org.oa4mp.server.loader.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:
getPayloadConfigin classTokenHandlerMethod
-
getRtHandler
public BasicRefreshTokenHandler getRtHandler()
-
evaluate
public org.qdl_lang.variables.values.QDLValue evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)- Specified by:
evaluatein interfaceorg.qdl_lang.extensions.QDLFunction- Overrides:
evaluatein classTokenHandlerMethod
-
-