Class IDTokenInitializer.IDMethods
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
-
- org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.IDMethods
-
- All Implemented Interfaces:
Serializable
,org.qdl_lang.extensions.QDLFunction
- Direct Known Subclasses:
IDTokenInitializer.idCheckClaims
,IDTokenInitializer.idFinish
,IDTokenInitializer.idInit
,IDTokenInitializer.idRefresh
- Enclosing class:
- IDTokenInitializer
public abstract class IDTokenInitializer.IDMethods extends TokenHandlerMethod
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
doMethod(String execPhase)
org.qdl_lang.variables.values.QDLValue
evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)
protected AbstractPayloadConfig
getPayloadConfig()
protected Boolean
isQuery(String execPhase)
-
Methods inherited from class org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
IDMethods
public IDMethods(OA2State oa2State)
-
-
Method Detail
-
getPayloadConfig
protected AbstractPayloadConfig getPayloadConfig()
- Specified by:
getPayloadConfig
in classTokenHandlerMethod
-
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
-
-