Class AccessTokenInitializer.ATMethod
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
-
- org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer.ATMethod
-
- All Implemented Interfaces:
Serializable,org.qdl_lang.extensions.QDLFunction
- Direct Known Subclasses:
AccessTokenInitializer.atFinish,AccessTokenInitializer.atInit,AccessTokenInitializer.atRefresh
- Enclosing class:
- AccessTokenInitializer
public abstract class AccessTokenInitializer.ATMethod extends TokenHandlerMethod
Super class to collect common methods and tasks.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddTypeDoc(List<String> doxx)protected abstract voiddoMethod()The method this class wraps.org.qdl_lang.variables.values.QDLValueevaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)protected AbstractPayloadConfiggetPayloadConfig()protected voidsetupHandler(Object[] objects)-
Methods inherited from class org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
ATMethod
public ATMethod(OA2State oa2State)
-
-
Method Detail
-
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
-
setupHandler
protected void setupHandler(Object[] objects)
-
doMethod
protected abstract void doMethod() throws ThrowableThe method this class wraps.- Throws:
Throwable
-
getPayloadConfig
protected AbstractPayloadConfig getPayloadConfig()
- Specified by:
getPayloadConfigin classTokenHandlerMethod
-
-