Class IDTokenInitializer.idCheckClaims
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
-
- org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.IDMethods
-
- org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.idCheckClaims
-
- All Implemented Interfaces:
Serializable,org.qdl_lang.extensions.QDLFunction
- Enclosing class:
- IDTokenInitializer
public class IDTokenInitializer.idCheckClaims extends IDTokenInitializer.IDMethods
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description idCheckClaims(OA2State oa2State)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoMethod(String execPhase)org.qdl_lang.variables.values.QDLValueevaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)int[]getArgCount()List<String>getDocumentation(int argCount)StringgetName()-
Methods inherited from class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.IDMethods
getPayloadConfig, isQuery
-
Methods inherited from class org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
idCheckClaims
public idCheckClaims(OA2State oa2State)
-
-
Method Detail
-
getName
public String getName()
-
getArgCount
public int[] getArgCount()
-
doMethod
public void doMethod(String execPhase) throws Throwable
- Specified by:
doMethodin classIDTokenInitializer.IDMethods- Throws:
Throwable
-
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 classIDTokenInitializer.IDMethods
-
-