Package org.oa4mp.server.loader.qdl.util
Class JWTModule
- java.lang.Object
-
- org.qdl_lang.expressions.module.Module
-
- org.qdl_lang.extensions.JavaModule
-
- org.oa4mp.server.loader.qdl.util.JWTModule
-
- All Implemented Interfaces:
Serializable,Cloneable,org.qdl_lang.state.XThing
public class JWTModule extends org.qdl_lang.extensions.JavaModuleCreated by Jeff Gaynor
on 4/7/20 at 1:24 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJWT_COMMANDS_TAGprotected JWTCommandsjwtCommandsstatic StringNAMESPACE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDescription()org.qdl_lang.expressions.module.ModulenewInstance(org.qdl_lang.state.State state)voidreadExtraXMLElements(XMLEvent xe, XMLEventReader xer)voidreadExtraXMLElementsNEW(XMLEvent xe, XMLEventReader xer)voidreadExtraXMLElementsOLD(XMLEvent xe, XMLEventReader xer)voidwriteExtraXMLElements(XMLStreamWriter xsw)voidwriteExtraXMLElementsNEW(XMLStreamWriter xsw)-
Methods inherited from class org.qdl_lang.extensions.JavaModule
addFunctions, addVariables, createDefaultDocs, deserializeFromJSON, deserializeStates, getClassname, getDocumentation, getListByTag, getLoaderClassName, getMetaClass, hasMetaClass, init, init, isExternal, serializeToJSON, setClassName, setDocumentation, setLoaderClassName, setMetaClass, toString, writeExtraXMLAttributes
-
Methods inherited from class org.qdl_lang.expressions.module.Module
fromJSON, fromXML, fromXML, getAlias, getId, getInheritMode, getKey, getListByTag, getMTKey, getName, getNamespace, getParentInstanceAlias, getParentInstanceID, getParentTemplateID, getState, isTemplate, isUsed, readExtraXMLAttributes, setAlias, setDescription, setId, setInheritanceMode, setNamespace, setParentInstanceAlias, setParentInstanceID, setParentTemplateID, setState, setTemplate, setupModule, setUsed, toJSON, toXML, toXML, toXML2
-
-
-
-
Field Detail
-
JWT_COMMANDS_TAG
public static final String JWT_COMMANDS_TAG
- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
jwtCommands
protected JWTCommands jwtCommands
-
-
Method Detail
-
newInstance
public org.qdl_lang.expressions.module.Module newInstance(org.qdl_lang.state.State state)
- Specified by:
newInstancein classorg.qdl_lang.expressions.module.Module
-
writeExtraXMLElements
public void writeExtraXMLElements(XMLStreamWriter xsw) throws XMLStreamException
- Overrides:
writeExtraXMLElementsin classorg.qdl_lang.expressions.module.Module- Throws:
XMLStreamException
-
writeExtraXMLElementsNEW
public void writeExtraXMLElementsNEW(XMLStreamWriter xsw) throws XMLStreamException
- Throws:
XMLStreamException
-
readExtraXMLElements
public void readExtraXMLElements(XMLEvent xe, XMLEventReader xer) throws XMLStreamException
- Overrides:
readExtraXMLElementsin classorg.qdl_lang.expressions.module.Module- Throws:
XMLStreamException
-
readExtraXMLElementsOLD
public void readExtraXMLElementsOLD(XMLEvent xe, XMLEventReader xer) throws XMLStreamException
- Throws:
XMLStreamException
-
readExtraXMLElementsNEW
public void readExtraXMLElementsNEW(XMLEvent xe, XMLEventReader xer) throws XMLStreamException
- Throws:
XMLStreamException
-
-