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
- Enclosing class:
- Crypto
public class Crypto.IdentityJWT extends IdentityScalarImpl
-
-
Constructor Summary
Constructors Constructor Description IdentityJWT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
process(String jwt)
Object
process(List index, Object key, String jwt)
-
Methods inherited from class org.qdl_lang.util.aggregate.IdentityScalarImpl
getDefaultValue, process, process, process, process, process, process, process
-
Methods inherited from class org.qdl_lang.util.aggregate.AbstractIdentityStemProcess
getDefaultValue, process, process, process, process, process, process, process
-
-
-
-
Method Detail
-
process
public Object process(List index, Object key, String jwt)
- Specified by:
process
in interfaceProcessStemValues
- Overrides:
process
in classAbstractIdentityStemProcess
-
process
public Object process(String jwt)
- Specified by:
process
in interfaceProcessScalar
- Overrides:
process
in classIdentityScalarImpl
-
-