Package org.qdl_lang.extensions.crypto
Class Crypto.IdentityJWT
- java.lang.Object
- 
- org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
- 
- org.qdl_lang.util.aggregate.IdentityScalarImpl
- 
- org.qdl_lang.extensions.crypto.Crypto.IdentityJWT
 
 
 
- 
- All Implemented Interfaces:
- ProcessScalar,- ProcessStemValues,- Constants
 - Enclosing class:
- Crypto
 
 public class Crypto.IdentityJWT extends IdentityScalarImpl 
- 
- 
Field Summary- 
Fields inherited from interface org.qdl_lang.variables.ConstantsALL_INDICES_NAME, ALL_INDICES_TYPE, ARG_COUNT_TYPE, AXIS_RESTRICTION_NAME, AXIS_RESTRICTION_TYPE, BOOLEAN_NAME, BOOLEAN_TYPE, DECIMAL_NAME, DECIMAL_TYPE, DYADIC_FUNCTION_NAME, DYADIC_FUNCTION_TYPE, FUNCTION_NAME, FUNCTION_TYPE, INTEGER_TYPE, LIST_NAME, LIST_TYPE, LONG_NAME, LONG_TYPE, MODULE_NAME, MODULE_TYPE, NULL_NAME, NULL_TYPE, SET_NAME, SET_TYPE, STEM_NAME, STEM_TYPE, STRING_NAME, STRING_TYPE, UNKNOWN_NAME, UNKNOWN_TYPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description IdentityJWT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectprocess(String jwt)Objectprocess(List index, Object key, String jwt)- 
Methods inherited from class org.qdl_lang.util.aggregate.IdentityScalarImplgetDefaultValue, process, process, process, process, process, process, process
 - 
Methods inherited from class org.qdl_lang.util.aggregate.AbstractIdentityStemProcessgetDefaultValue, process, process, process, process, process, process, process, process
 
- 
 
- 
- 
- 
Method Detail- 
processpublic Object process(List index, Object key, String jwt) - Specified by:
- processin interface- ProcessStemValues
- Overrides:
- processin class- AbstractIdentityStemProcess
 
 - 
processpublic Object process(String jwt) - Specified by:
- processin interface- ProcessScalar
- Overrides:
- processin class- IdentityScalarImpl
 
 
- 
 
-