Class IDTokenInitializer.idCheckClaims
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.TokenHandlerMethod
-
- org.oa4mp.server.loader.oauth2.claims.qdl.IDTokenInitializer.IDMethods
-
- org.oa4mp.server.loader.oauth2.claims.qdl.IDTokenInitializer.idCheckClaims
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
- Enclosing class:
- IDTokenInitializer
public class IDTokenInitializer.idCheckClaims extends IDTokenInitializer.IDMethods
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description idCheckClaims(OA2State oa2State)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doMethod(String execPhase)
Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.IDTokenInitializer.IDMethods
getPayloadConfig, isQuery
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.TokenHandlerMethod
checkArg, checkState, getClient, getPayloadHandlerConfig, getSE, getServletRequest, getTransaction, getTXRecord, handleException
-
-
-
-
Constructor Detail
-
idCheckClaims
public idCheckClaims(OA2State oa2State)
-
-
Method Detail
-
getName
public String getName()
-
getArgCount
public int[] getArgCount()
-
doMethod
public void doMethod(String execPhase) throws Throwable
- Specified by:
doMethod
in classIDTokenInitializer.IDMethods
- Throws:
Throwable
-
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 classIDTokenInitializer.IDMethods
-
-