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 void
doMethod(String execPhase)
org.qdl_lang.variables.values.QDLValue
evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
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:
doMethod
in 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:
evaluate
in interfaceorg.qdl_lang.extensions.QDLFunction
- Overrides:
evaluate
in classIDTokenInitializer.IDMethods
-
-