Class ClaimFunctor
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.functor.JFunctorImpl
-
- org.oa4mp.server.loader.oauth2.functor.claims.ClaimFunctor
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.util.functor.JFunctor
,edu.uiuc.ncsa.security.util.functor.JMetaMetaFunctor
,edu.uiuc.ncsa.security.util.functor.JSONFunctor
,Serializable
public abstract class ClaimFunctor extends edu.uiuc.ncsa.security.util.functor.JFunctorImpl
A functor that operates on claims. Note that the contract is that if there are no claims to operate on, then nothng is done , i.e. there is no execution.Created by Jeff Gaynor
on 3/1/18 at 12:03 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ClaimFunctor(edu.uiuc.ncsa.security.util.functor.FunctorType type, Map<String,Object> claims)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getClaims()
void
setClaims(HashMap<String,Object> claims)
-
Methods inherited from class edu.uiuc.ncsa.security.util.functor.JFunctorImpl
addArg, addArg, addArg, addArg, addArg, addArg, checkArgs, checkArgs, clearState, getArgs, getBooleanResult, getIntResult, getListResult, getName, getResult, getStringResult, isExecuted, reset, toJSON, toString
-
-