Class JWTCommands.SymmKeys
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.util.qdl.JWTCommands.SymmKeys
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Enclosing class:
- JWTCommands
public class JWTCommands.SymmKeys extends Object implements edu.uiuc.ncsa.qdl.extensions.QDLFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SymmKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
createKeys(int count, int length)
Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
-
-
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
-
-