Class TemplateSubsitutionQDLUtil
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TemplateSubsitutionQDLUtil
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
public class TemplateSubsitutionQDLUtil extends Object implements edu.uiuc.ncsa.qdl.extensions.QDLFunction
Created by Jeff Gaynor
on 2/22/21 at 2:30 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEMPLATE_SUBSTITUTION_NAME
-
Constructor Summary
Constructors Constructor Description TemplateSubsitutionQDLUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
-
-
Field Detail
-
TEMPLATE_SUBSTITUTION_NAME
public static final String TEMPLATE_SUBSTITUTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCount
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
evaluate
public Object evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
- Specified by:
evaluate
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
-