Class jRename

  • 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 jRename
    extends ClaimFunctor
    This will rename a claim.

        $rename[source, target]
     
    If the claim is named "source" it will be renamed to "target", e.g. $rename["member_of", "isMemberOf"]. The result of this will be true if the claim was renamed and false otherwise (e.g. if the given claim fails to exist.)

    Created by Jeff Gaynor
    on 7/12/18 at 3:49 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
    • Method Detail

      • execute

        public Object execute()