Class AccessTokenInitializer.ATMethod
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.AccessTokenInitializer.ATMethod
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Direct Known Subclasses:
AccessTokenInitializer.atFinish
,AccessTokenInitializer.atInit
,AccessTokenInitializer.atRefresh
- Enclosing class:
- AccessTokenInitializer
public abstract class AccessTokenInitializer.ATMethod extends TokenHandlerMethod
Super class to collect common methods and tasks.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
addTypeDoc(List<String> doxx)
protected abstract void
doMethod()
The method this class wraps.Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
protected AbstractPayloadConfig
getPayloadConfig()
protected void
setupHandler(Object[] objects)
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
ATMethod
public ATMethod(OA2State oa2State)
-
-
Method Detail
-
evaluate
public Object evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
- Specified by:
evaluate
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
- Overrides:
evaluate
in classTokenHandlerMethod
-
setupHandler
protected void setupHandler(Object[] objects)
-
doMethod
protected abstract void doMethod() throws Throwable
The method this class wraps.- Throws:
Throwable
-
getPayloadConfig
protected AbstractPayloadConfig getPayloadConfig()
- Specified by:
getPayloadConfig
in classTokenHandlerMethod
-
-