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 void
addTypeDoc(List<String> doxx)
protected abstract void
doMethod()
The method this class wraps.org.qdl_lang.variables.values.QDLValue
evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)
protected AbstractPayloadConfig
getPayloadConfig()
protected void
setupHandler(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:
evaluate
in interfaceorg.qdl_lang.extensions.QDLFunction
- Overrides:
evaluate
in classTokenHandlerMethod
-
setupHandler
protected void setupHandler(Object[] objects)
-
doMethod
protected abstract void doMethod() throws Throwable
The method this class wraps.- Throws:
Throwable
-
getPayloadConfig
protected AbstractPayloadConfig getPayloadConfig()
- Specified by:
getPayloadConfig
in classTokenHandlerMethod
-
-