Class jGet

  • 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 jGet
    extends ClaimFunctor
    This returns the value of the claim.
         $get[claim]
     
    The value will be the empty string if the claim does not exist (rather than a null). E.g.
         $get["eppn"]
     
    might return a value of "bob@bigstate.edu".

    Created by Jeff Gaynor
    on 6/14/18 at 9:03 AM

    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
      jGet​(Map<String,​Object> claims)