Class AccessTokenInitializer.atInit
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.AccessTokenInitializer.ATMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.AccessTokenInitializer.atInit
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Enclosing class:
- AccessTokenInitializer
public class AccessTokenInitializer.atInit extends AccessTokenInitializer.ATMethod
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doMethod()
The method this class wraps.int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.AccessTokenInitializer.ATMethod
addTypeDoc, evaluate, getPayloadConfig, setupHandler
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
atInit
public atInit(OA2State oa2State)
-
-
Method Detail
-
getName
public String getName()
-
getArgCount
public int[] getArgCount()
-
doMethod
protected void doMethod() throws Throwable
Description copied from class:AccessTokenInitializer.ATMethod
The method this class wraps.- Specified by:
doMethod
in classAccessTokenInitializer.ATMethod
- Throws:
Throwable
-
-