Class TokenHandlerModule
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.module.Module
-
- edu.uiuc.ncsa.qdl.extensions.JavaModule
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerModule
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.state.XThing
,Serializable
,Cloneable
public class TokenHandlerModule extends edu.uiuc.ncsa.qdl.extensions.JavaModule
Created by Jeff Gaynor
on 10/12/20 at 6:21 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenHandlerModule()
TokenHandlerModule(URI namespace, String alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDescription()
edu.uiuc.ncsa.qdl.module.Module
newInstance(edu.uiuc.ncsa.qdl.state.State state1)
-
Methods inherited from class edu.uiuc.ncsa.qdl.extensions.JavaModule
addFunctions, addVariables, createDefaultDocs, getClassname, getDocumentation, getListByTag, getLoaderClassName, init, init, isExternal, setClassName, setDocumentation, setLoaderClassName, writeExtraXMLAttributes
-
Methods inherited from class edu.uiuc.ncsa.qdl.module.Module
fromJSON, fromXML, fromXML, getAlias, getId, getKey, getListByTag, getMTKey, getName, getNamespace, getParentTemplateID, getState, isTemplate, readExtraXMLAttributes, readExtraXMLElements, setAlias, setId, setNamespace, setParentTemplateID, setState, setTemplate, setupModule, toJSON, toString, toXML, toXML, writeExtraXMLElements
-
-