Class ServerQDLScriptHandlerConfig
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.ServerQDLScriptHandlerConfig
-
- All Implemented Interfaces:
org.oa4mp.delegation.server.jwt.PayloadHandlerConfig
public class ServerQDLScriptHandlerConfig extends Object implements org.oa4mp.delegation.server.jwt.PayloadHandlerConfig
Created by Jeff Gaynor
on 4/30/22 at 5:55 AM
-
-
Constructor Summary
Constructors Constructor Description ServerQDLScriptHandlerConfig(OA2SE oa2se, OA2ServiceTransaction transaction, TXRecord txRecord, javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.util.scripting.ScriptSetgetScriptSet()booleanisLegacyHandler()voidsetLegacyHandler(boolean b)
-
-
-
Constructor Detail
-
ServerQDLScriptHandlerConfig
public ServerQDLScriptHandlerConfig(OA2SE oa2se, OA2ServiceTransaction transaction, TXRecord txRecord, javax.servlet.http.HttpServletRequest request)
-
-
Method Detail
-
getScriptSet
public edu.uiuc.ncsa.security.util.scripting.ScriptSet getScriptSet()
- Specified by:
getScriptSetin interfaceorg.oa4mp.delegation.server.jwt.PayloadHandlerConfig
-
isLegacyHandler
public boolean isLegacyHandler()
- Specified by:
isLegacyHandlerin interfaceorg.oa4mp.delegation.server.jwt.PayloadHandlerConfig
-
setLegacyHandler
public void setLegacyHandler(boolean b)
- Specified by:
setLegacyHandlerin interfaceorg.oa4mp.delegation.server.jwt.PayloadHandlerConfig
-
-