Class RefreshTokenInitializer.rtRefresh
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.RefreshTokenInitializer.RTMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.RefreshTokenInitializer.rtRefresh
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Enclosing class:
- RefreshTokenInitializer
public class RefreshTokenInitializer.rtRefresh extends RefreshTokenInitializer.RTMethod
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doMethod(String execPhase)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.RefreshTokenInitializer.RTMethod
evaluate, getPayloadConfig, getRtHandler
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
rtRefresh
public rtRefresh(OA2State oa2State)
-
-