Class jSet

  • 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 class jSet
    extends ClaimFunctor
    Sets a claim to a specified value. Note that this will create a claim if none exists. That claim will then be returned. If you do not want to return it, you should invoke the $remove functor on it. Note that if there are no claims, then they cannot be set and nothing happens.

    Created by Jeff Gaynor
    on 3/1/18 at 12:03 PM

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor.claims.ClaimFunctor

        claims
      • Fields inherited from class edu.uiuc.ncsa.security.util.functor.JFunctorImpl

        args, executed, result, type
    • Constructor Summary

      Constructors 
      Constructor Description
      jSet​(Map<String,​Object> claims)