Interface Group

    • Method Detail

      • getId

        String getId()
        Get an identifier for this group
        Returns:
        a string id
      • getName

        String getName()
        Get a readable name for this group
        Returns:
        a name that's not necessarily unique in the system
      • isMember

        boolean isMember​(String userId)
                  throws IamSvcException
        Is the given user a member of this group?
        Parameters:
        userId - a user ID
        Returns:
        true if the user is a member
        Throws:
        IamSvcException - if there's a problem in the IAM service