Class jIsMemberOf

  • 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 jIsMemberOf
    extends ClaimFunctor
    This will check that the user is a member of ever listed group. This accesses the OA2Claims.IS_MEMBER_OF claim implicitly.
         isMemberOf[g0,g1,g2,...]
     
    returns true if the user is a member of every listed group, false otherwise.

    Created by Jeff Gaynor
    on 4/27/18 at 9:11 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 Detail

    • Method Detail

      • execute

        public Object execute()